From ae47b92fb6b20ae9c15cc631796c77a4a053de7d Mon Sep 17 00:00:00 2001 From: Juho Vanhanen Date: Wed, 30 Sep 2015 13:58:57 +0300 Subject: [PATCH] Added normal font-weight to labels for light theme --- html/css/light.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/css/light.css b/html/css/light.css index f224ff3cb..7482b08b2 100644 --- a/html/css/light.css +++ b/html/css/light.css @@ -94,3 +94,7 @@ 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } } + +label { + font-weight: normal; +} \ No newline at end of file