mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Fix dark theme issue
This commit is contained in:
@ -457,6 +457,10 @@ div.sceditor-dropdown input {
|
||||
color: var(--black4);
|
||||
}
|
||||
|
||||
.post-form-choice span span {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.post-form .post-form-choice input:checked ~ span {
|
||||
color: var(--white);
|
||||
}
|
||||
|
Reference in New Issue
Block a user