Changed font-weight to normal in light.css

This commit is contained in:
Juho Vanhanen
2015-09-26 21:40:40 +03:00
parent 02e72b78b5
commit 9ece96ae96

View File

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