add nginx error page themeing

This commit is contained in:
deathbybandaid 2022-12-02 13:18:05 -05:00
parent 46cd284ef8
commit ff06fb6216

View File

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