Add Darkmode to login page

- add fixes to dark-patch.css
- apple darkmode to login page
This commit is contained in:
leiweibau
2022-07-23 13:38:56 +02:00
parent 6f734c789f
commit 25a4658a26
2 changed files with 29 additions and 14 deletions

View File

@@ -654,4 +654,17 @@ input[type="password"]::-webkit-caps-lock-indicator {
/* remove white border that appears on mobile screen sizes */
.table-responsive {
border: 0px;
}
.login-page {
background-color: transparent;
}
.login-logo a {
color: white;
}
.login-box-body {
color: #bec5cb;
background-color: #272c30;
}