colorblind.less: Add contrast to text with light background
This commit is contained in:
parent
201e2f136d
commit
33eddd51e2
|
@ -44,4 +44,7 @@
|
|||
.state-unknown:not(.handled),
|
||||
.state-unreachable:not(.handled) {
|
||||
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
||||
}
|
||||
.box > .backend-running; {
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue