add nginx error page themeing
This commit is contained in:
parent
46cd284ef8
commit
ff06fb6216
11
dbb-css/base/nginx-error-pages/nginx-error-pages.css
Normal file
11
dbb-css/base/nginx-error-pages/nginx-error-pages.css
Normal 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);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user