From 755784f64c9b20aa602fd4abf37af3fdb2a9c28f Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Wed, 24 Jul 2019 10:39:11 +0200 Subject: [PATCH] fix font weight issue --- src/styles/widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/widgets.css b/src/styles/widgets.css index 2e79f89..c52835c 100644 --- a/src/styles/widgets.css +++ b/src/styles/widgets.css @@ -231,7 +231,7 @@ li.signal-legend::before { span.signal-unit { color: grey; font-style: italic; - font-weight: 50%; + font-weight: 200; } span.signal-unit::before {