authelia base

This commit is contained in:
deathbybandaid 2022-12-06 19:23:43 -05:00
parent 7be652873d
commit f5e6b709c9

View File

@ -0,0 +1,22 @@
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;
}