mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Fix dark theme issue
This commit is contained in:
parent
584bb42c93
commit
72fe0843c4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user