Fix dark theme issue

This commit is contained in:
Pierre HUBERT 2019-01-11 18:27:02 +01:00
parent 584bb42c93
commit 72fe0843c4

View File

@ -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);
}