colorblind.less: Add contrast to text with light background

This commit is contained in:
Chivvv 2020-02-05 21:07:52 +01:00 committed by GitHub
parent 201e2f136d
commit 33eddd51e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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