gradients
This commit is contained in:
parent
7a08c05cea
commit
09897f27d9
1 changed files with 10 additions and 12 deletions
|
@ -17,12 +17,11 @@
|
||||||
/* bright colours from yummy.cricket bg */
|
/* bright colours from yummy.cricket bg */
|
||||||
--gradient:
|
--gradient:
|
||||||
linear-gradient(135deg,
|
linear-gradient(135deg,
|
||||||
hsl(42deg, 92%, 70%),
|
oklch(93% 0.16 86),
|
||||||
hsl(348deg, 92%, 70%),
|
oklch(84% 0.17 15),
|
||||||
hsl(334deg, 100%, 80%),
|
oklch(78% 0.18 304),
|
||||||
hsl(234deg, 100%, 76%),
|
oklch(78% 0.18 233),
|
||||||
hsl(195deg, 100%, 67%),
|
oklch(78% 0.18 162)
|
||||||
hsl(155deg, 70%, 62%)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
--text-col: white;
|
--text-col: white;
|
||||||
|
@ -257,12 +256,11 @@ del {
|
||||||
:root {
|
:root {
|
||||||
--gradient:
|
--gradient:
|
||||||
linear-gradient(135deg,
|
linear-gradient(135deg,
|
||||||
hsl(42deg, 37%, 20%),
|
/* oklch(33% 0.16 86), */
|
||||||
hsl(348deg, 37%, 20%),
|
oklch(30% 0.17 15),
|
||||||
hsl(334deg, 42%, 20%),
|
oklch(30% 0.18 304),
|
||||||
hsl(234deg, 67%, 18%),
|
oklch(30% 0.18 233),
|
||||||
hsl(195deg, 37%, 15%),
|
oklch(30% 0.18 162)
|
||||||
hsl(155deg, 32%, 15%)
|
|
||||||
);
|
);
|
||||||
--text-col: hsl(55deg, 60%, 90%);
|
--text-col: hsl(55deg, 60%, 90%);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue