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%;
|
||||
--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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue