summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-11-27 01:49:23 +0300
committerRasmus Andersson <rasmus@notion.se>2017-11-27 01:49:23 +0300
commit00815d1b99205166dd7fabb45f1a26d1d7d4b500 (patch)
tree6f19ad877f7b1ffa5430821f790ae25eaba8e2e5 /docs
parent86366703516c5ad0d18a4049d30ffebc4f1b7c91 (diff)
downloadinter-00815d1b99205166dd7fabb45f1a26d1d7d4b500.tar.xz
website: darker text color in lab
Diffstat (limited to 'docs')
-rw-r--r--docs/lab/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 4e6c541ad..52c3bfd7f 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -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*/
}