website: darker text color in lab
This commit is contained in:
parent
8636670351
commit
00815d1b99
1 changed files with 1 additions and 1 deletions
|
|
@ -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*/
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue