summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index c08277e..87aa40b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,7 +1,7 @@
body {
background: #ffffff;
margin: 3rem;
- font-family: Georgia, 'Times New Roman', serif;
+ font-family: monospace, sans-serif, serif;
color: #352a2e;
}
@@ -45,6 +45,7 @@ body {
.menu a.active {
text-decoration: none;
+ color: #00000088;
}
.list {