fix for bgsize

This commit is contained in:
NoobishSVK
2024-03-24 18:38:54 +01:00
parent 5f08a9e7e7
commit f113e10160
+3
View File
@@ -47,6 +47,9 @@ body {
color: var(--color-text);
background: var(--color-main);
background-blend-mode: multiply;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
transition: 0.3s ease-in-out background-color;
margin: 0 auto;
}