Update dark.css

This commit is contained in:
Bard 2023-01-12 01:49:31 +08:00 committed by GitHub
parent 3f54730c4a
commit f524b588d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -642,6 +642,11 @@ textarea {
color: #cccccc;
}
.cbi-section .cbi-section-remove:nth-of-type(2n),
.container > .cbi-section .cbi-section-node:nth-of-type(2n) {
background-color: #1e1e1e;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(var(--blur-radius-dark));