From 9ece96ae96345688f0095cf2e4139233d31771bd Mon Sep 17 00:00:00 2001 From: Juho Vanhanen Date: Sat, 26 Sep 2015 21:40:40 +0300 Subject: [PATCH] Changed font-weight to normal in light.css --- html/css/light.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/css/light.css b/html/css/light.css index f224ff3cb5..7482b08b2e 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