diff --git a/core/css/server.css b/core/css/server.css index 5aa38487cba0e875c4920f2d6dc8d65a17afb277..7303811b889d28886030ba9e19ba527b6383e38f 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -55,7 +55,10 @@ --notification-icon-invert: invert(0%); --active-icon-filter: brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(4068%) hue-rotate(197deg) brightness(102%) contrast(106%); --inactive-icon-filter: brightness(0) saturate(100%) invert(50%) sepia(12%) saturate(0%) hue-rotate(187deg) brightness(98%) contrast(94%); - } + --body-container-margin: 0px; + --body-container-radius: 0px; + --body-height: 100%; +} /* Force a few variables to right values for dark theme */ body[data-themes="dark"] , body[data-themes="dark-highcontrast"]{ @@ -86,6 +89,7 @@ body { line-height: var(--default-line-height); font-family: var(--font-face); color: var(--color-main-text); + background-image: unset; } #body-user #header,