diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 3 |
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 { |
