Merge pull request #4069 from Chivvv/patch-1
colorblind.less: Add contrast to text with light background
This commit is contained in:
commit
dd41771889
|
@ -44,4 +44,7 @@
|
||||||
.state-unknown:not(.handled),
|
.state-unknown:not(.handled),
|
||||||
.state-unreachable:not(.handled) {
|
.state-unreachable:not(.handled) {
|
||||||
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
|
||||||
|
}
|
||||||
|
.box > .backend-running; {
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue