background

This commit is contained in:
Rhiannon Morris 2025-02-17 03:20:13 +01:00
parent 2a8b42ec3d
commit 1b42446243
3 changed files with 12 additions and 1 deletions

BIN
media/church.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -55,12 +55,14 @@ actually exists
}
--shadow-hsl: 330deg 40% 40%;
--base-background: var(--gradient) fixed;
--base-background: url(../media/church.png), var(--gradient) fixed;
background: var(--base-background);
font-family: Muller, sans-serif;
font-weight: 500;
@media (prefers-reduced-data: reduce) {
--base-background: var(--gradient) fixed;
font-family: sans-serif;
font-weight: normal;
}

View file

@ -1,3 +1,9 @@
@property --base-background {
syntax: "*";
inherits: false;
initial-value: transparent;
}
/* face backgrounds */
@property --hue {