Commander css + BG fix

This commit is contained in:
Mandar
2022-01-14 15:23:54 +01:00
parent a6b724719f
commit 6e9595b121
4 changed files with 16 additions and 9 deletions

View File

@@ -1,11 +1,13 @@
/** Global **/
body {
background: url("../assets/imgs/bg-table.webp") no-repeat;
background-size: cover;
> * {
scrollbar-width: thin;
}
&:not(.background) {
background: url("../assets/imgs/bg-table.webp") no-repeat;
background-size: auto;
}
}
/* Windows */