commit 7fbfd91419166dedd52641db43f00164985c027b
parent 75138316067c60510a63497f7c361762c2ad213b
Author: corndog <cauchyn@firemail.cc>
Date: Thu, 11 Apr 2019 17:11:38 -0700
Tint background more yellow to encourage reading
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/in/static/style.css b/in/static/style.css
@@ -5,7 +5,7 @@ body {
font-feature-settings: "kern" 1;
font-feature-settings: "liga" 1;
- background-color: #f6f6f6;
+ background-color: #f6f2e6;
font-family: "Charter", sans-serif;
font-size: 16.5px;
margin: 5% auto;