暗色:添加 cbi-section-remove 4n+3&4 子元素背景色

This commit is contained in:
Bard 2025-01-04 22:04:45 +08:00 committed by GitHub
parent 6063119d71
commit 82c1b5be2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -943,3 +943,8 @@ table,
background-color: #2c323c;
border-radius: 0 0 0.575 0.575rem;
}
.cbi-section[id] .cbi-section-remove:nth-of-type(4n+3),
.cbi-section[id] .cbi-section-node:nth-of-type(4n+4) {
background-color: #2c323c
}