css: Remove superfluous colon in colorblind theme

This commit is contained in:
Johannes Meyer 2021-06-29 14:41:10 +02:00
parent 2e995ea192
commit 63464f03be
1 changed files with 1 additions and 1 deletions

View File

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