fix(site): linear-gradient in oklch not working in firefox

This commit is contained in:
Ayo 2023-11-12 22:50:34 +01:00
parent 18263e1fee
commit 97935f49e1

View file

@ -2,7 +2,7 @@
style="
border-radius: 5px;
background: linear-gradient(
45deg in oklch,
45deg,
var(--color-blue),
var(--color-blue-fade)
);