Merge pull request #4069 from Chivvv/patch-1

colorblind.less: Add contrast to text with light background
This commit is contained in:
Johannes Meyer 2020-02-28 14:52:41 +01:00 committed by GitHub
commit dd41771889
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;
}