1
0
Fork 0

join three successive body blocks

This commit is contained in:
Rhiannon Morris 2020-07-11 18:24:33 +02:00
parent 4053f178f2
commit 45a80279d1
1 changed files with 0 additions and 4 deletions

View File

@ -12,16 +12,12 @@ body {
);
--bg-image: url(images/niss_uwu_bg.png);
--weight: 500;
}
body {
background:
var(--bg-image) top center fixed,
var(--gradient) fixed;
background-blend-mode: overlay;
}
body {
font-family: 'Muller';
font-size: 1.75rem;
font-weight: var(--weight);