theme.park/dbb/css/base/nginx-error-pages/nginx-error-pages-base.css
2024-11-11 21:17:07 -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);
}