Fix dark form label colors

This commit is contained in:
grandeljay 2022-09-15 15:51:45 +02:00
parent 9d594541f7
commit bcf93b617b

View file

@ -264,7 +264,7 @@
.ui.form .grouped.fields > label {
color: rgba(255, 255, 255, 0.87);
}
.ui.form .field > label:not(.button) {
.ui.form:not(.inverted) .field > label:not(.button) {
color: rgba(255, 255, 255, 0.87);
}