background
This commit is contained in:
parent
aa6fa97310
commit
3277f8f4cf
2 changed files with 9 additions and 1 deletions
|
@ -59,12 +59,14 @@ actually exists
|
||||||
}
|
}
|
||||||
|
|
||||||
--shadow-hsl: 330deg 40% 40%;
|
--shadow-hsl: 330deg 40% 40%;
|
||||||
--base-background: var(--gradient) fixed;
|
--base-background: url(../media/church.png), var(--gradient) fixed;
|
||||||
background: var(--base-background);
|
background: var(--base-background);
|
||||||
|
|
||||||
font-family: Muller, sans-serif;
|
font-family: Muller, sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
@media (prefers-reduced-data: reduce) {
|
@media (prefers-reduced-data: reduce) {
|
||||||
|
--base-background: var(--gradient) fixed;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
@property --base-background {
|
||||||
|
syntax: "*";
|
||||||
|
inherits: false;
|
||||||
|
initial-value: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/* face backgrounds */
|
/* face backgrounds */
|
||||||
|
|
||||||
@property --hue {
|
@property --hue {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue