Commit Diff


commit - e5deefb195e0a18be8bb3af18f7f80ec345a0f3e
commit + 713d00944e3e52b6e601d5446b8e73550e14aac6
blob - bae0c8f256129076ca4af5a52ebff362aa40d70a
blob + 52fc812baa09dace9fd15bfa68c34c77cc01fcb4
--- stuff/style.css
+++ stuff/style.css
@@ -5,6 +5,8 @@ html {
 	font-family: monospace, monospace;
 	font-size: min(max(1em, 1.3vw), 1.5em);
 	line-height: 1.7;
+    color: #212121;
+    background-color: #fafafa;
 }
 
 h1,h2,h3,h4,h5,h6 {
@@ -14,7 +16,6 @@ h1,h2,h3,h4,h5,h6 {
 p,ul,ol {
   margin-top: 1.5em;
   margin-bottom: 1.5em;
-  color: #1d1d1d;
   font-family: sans-serif;
 }
 
blob - 05125ded67e80c4bd364c94b10eb30fac7e99927
blob + a89e55dd8d7e0b5ab33a92cbc35e1bb34278390a
--- styles.css
+++ styles.css
@@ -6,6 +6,8 @@ body {
     text-align: center;
     width: 100%;
     margin: 0;
+    color: #212121;
+    background-color: #fafafa;
 }
 
 body#keys {