Fix label colors in dark mode
This commit is contained in:
parent
667887c06c
commit
0aeecdcbba
|
@ -61,3 +61,11 @@
|
||||||
mix-blend-mode: difference;
|
mix-blend-mode: difference;
|
||||||
background: #21ba4582 !important;
|
background: #21ba4582 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.darkmode--activated .ui.tag.label {
|
||||||
|
mix-blend-mode: difference;
|
||||||
|
}
|
||||||
|
|
||||||
|
.darkmode--activated .ui.black.tag.label {
|
||||||
|
mix-blend-mode: inherit;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user