Update dark.css

This commit is contained in:
Bard 2022-03-09 16:07:28 +08:00 committed by GitHub
parent afe38ade99
commit 16fe255d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,6 +363,7 @@ select {
.ifacebox {
background-color: none;
border: 1px solid #1e1e1e;
box-shadow: none;
}
.ifacebox-head {
color: #666;
@ -646,6 +647,12 @@ input,
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
}
}
@media screen and (max-width: 1152px) {
.tr.placeholder {
border-bottom: thin solid #ddd0;
}
}
/* passwall */
.block.pure-g {
background: #2d2d2d;