rainbow quox on canvas. mostly working

This commit is contained in:
Rhiannon Morris 2024-12-07 00:09:13 +01:00
parent 60201e27aa
commit d16ea49d62
79 changed files with 553 additions and 286 deletions

View file

@ -19,7 +19,12 @@ html {
color: black;
--gradient:
linear-gradient(120deg, #fae58f, #fab6ba, #d1aeff, #89d6ff, #43f3ae);
linear-gradient(120deg in oklch,
oklch(93% 27.1% 96deg),
oklch(84.03% 22% 15deg),
oklch(80% 29.3% 303deg),
oklch(84% 23% 233deg),
oklch(89% 25% 161deg));
--shadow-hsl: 330deg 40% 40%;
--base-background: var(--gradient) fixed;
background: var(--base-background);
@ -251,7 +256,7 @@ strong { font-weight: 700; }
#activities, #activities ::selection {
--hue: 70deg;
--hue: 60deg;
--bg-angle: -60deg;
}