1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

fix for bgsize

This commit is contained in:
NoobishSVK
2024-03-24 18:38:54 +01:00
parent 5f08a9e7e7
commit f113e10160

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;
}