theme.park/dbb-css/base/authelia/dbb-plex.css
2024-11-11 21:10:09 -05:00

23 lines
528 B
CSS

body {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: var(--text);
}
.MuiButton-root {
background-color: var(--button-color);
color: var(--button-color-text);
font-weight: bold;
}
.authelia-1oyo6v6 {
display: none;
}