From 63464f03be5dd9ff96c47d500fe9bb81027e8c97 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 29 Jun 2021 14:41:10 +0200 Subject: [PATCH] css: Remove superfluous colon in colorblind theme --- public/css/themes/colorblind.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/themes/colorblind.less b/public/css/themes/colorblind.less index b15dc2ff4..cf92013e1 100644 --- a/public/css/themes/colorblind.less +++ b/public/css/themes/colorblind.less @@ -45,7 +45,7 @@ .state-unreachable:not(.handled) { text-shadow: 0 0 1px mix(@text-color, @color-unknown, 20); } -: + .processinfo .process > div.backend-running { color: @text-color; }