website: darker text color in lab

This commit is contained in:
Rasmus Andersson 2017-11-26 14:49:23 -08:00
parent 8636670351
commit 00815d1b99

View file

@ -804,7 +804,7 @@ for (const ch of uniqueChars) {
html { } html { }
body { body {
background-color: white; background-color: white;
color:#333; color:#111;
font:11px serif; font:11px serif;
font-weight:400; /*300=light, 400=regular, 500=medium, 600=semibold*/ font-weight:400; /*300=light, 400=regular, 500=medium, 600=semibold*/
} }