Added normal font-weight to labels for light theme

This commit is contained in:
Juho Vanhanen
2015-09-30 13:58:57 +03:00
parent 98a93690a7
commit ae47b92fb6

View File

@@ -94,3 +94,7 @@
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
label {
font-weight: normal;
}