From 2c822c7da04d4e86c217743c3885efe7d1311eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 20 May 2026 13:46:17 +0200 Subject: [PATCH] Set single score pattern state label color to positive green --- styleguide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.css b/styleguide.css index 5553456..cefa33f 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2237,6 +2237,7 @@ section + section { margin: 0; justify-self: end; text-align: right; + color: var(--chart-value-positive); } .sg-score-bar-label {