Fixed error page background

This commit is contained in:
gilbN 2019-06-17 20:28:18 +02:00
parent 6c5180b1d3
commit 85d360e58e

View File

@ -121,6 +121,10 @@ html {
.error-box { .error-box {
top: 10%; top: 10%;
background: var(--main-bg-color); background: var(--main-bg-color);
}
/*error page background */
#internal-Settings, #preloader, .active-tab-Settings, .error-page {
background: var(--main-bg-color);
} }
/* Settings - menu tabs */ /* Settings - menu tabs */
.sttabs nav { .sttabs nav {