cube face bg

This commit is contained in:
Rhiannon Morris 2025-03-12 00:26:34 +01:00
parent c3628c647b
commit 638dbaad11
2 changed files with 6 additions and 2 deletions

3
media/little-pluses.png Normal file
View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56ab71ad1f1a85623723b19b6864834d7af83fbbe251d49f0424389dbd66810a
size 55600

View file

@ -127,9 +127,10 @@ actually exists
repeating-linear-gradient(var(--bg-angle),
transparent, transparent 0.8em,
#fff8 0.8em, #fff8 1em),
url(../media/little-pluses.png),
linear-gradient(150deg,
hsl(var(--hue) 86% 94%),
hsl(var(--hue) 66% 82%)
hsl(var(--hue) 86% 92%),
hsl(var(--hue) 66% 80%)
);
background: var(--base-background);