1
1
mirror of https://github.com/rsms/inter.git synced 2024-12-28 10:04:34 +03:00

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 { }
body {
background-color: white;
color:#333;
color:#111;
font:11px serif;
font-weight:400; /*300=light, 400=regular, 500=medium, 600=semibold*/
}