theme.park/dbb-css/base/nginx-error-pages/nginx-error-pages-base.css
deathbybandaid 7be652873d rename
2022-12-02 13:18:32 -05:00

12 lines
361 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);
}