暗色:修复 9c2a721ab58b5354f2681d3636daeb44e0715e33

This commit is contained in:
Bard 2025-02-09 11:11:37 +08:00 committed by GitHub
parent 7104831d2f
commit 9b78969397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -590,6 +590,10 @@ div[style*="display:grid;grid-template-columns:repeat"] .ifacebox {
background-color: var(--dark-primary) !important;
}
.ifacebox-head:not(#cbi-network-interface .ifacebox-head) {
background: var(--dark-primary) !important;
}
header .fill .status span[data-style="active"] {
color: #ccc !important;
background-color: #2c323c !important;