colorblind.less: Make process info text black in monitoring health

fixes #4066
This commit is contained in:
Johannes Meyer 2020-05-15 08:38:36 +02:00
parent e5a7f468f1
commit c348524e50
1 changed files with 4 additions and 0 deletions

View File

@ -45,3 +45,7 @@
.state-unreachable:not(.handled) {
text-shadow: 0 0 1px mix(#000000, @color-unknown, 20);
}
.processinfo .process > div.backend-running {
color: @text-color;
}