You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
fix for bgsize
This commit is contained in:
@@ -47,6 +47,9 @@ body {
|
|||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
background: var(--color-main);
|
background: var(--color-main);
|
||||||
background-blend-mode: multiply;
|
background-blend-mode: multiply;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
transition: 0.3s ease-in-out background-color;
|
transition: 0.3s ease-in-out background-color;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user