background
This commit is contained in:
parent
2a8b42ec3d
commit
1b42446243
3 changed files with 12 additions and 1 deletions
BIN
media/church.png
(Stored with Git LFS)
Normal file
BIN
media/church.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
@property --base-background {
|
||||
syntax: "*";
|
||||
inherits: false;
|
||||
initial-value: transparent;
|
||||
}
|
||||
|
||||
/* face backgrounds */
|
||||
|
||||
@property --hue {
|
||||
|
|
Loading…
Add table
Reference in a new issue