From 88d27af9b7d8875e4a4ab16c3764695ec12ed612 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sat, 28 Aug 2021 09:16:53 -0500 Subject: [PATCH] removed monospace styling --- static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 7dce5a7..8088700 100644 --- a/static/style.css +++ b/static/style.css @@ -50,9 +50,8 @@ table { /* site styling */ html, body { - font-size: 1.25em; line-height: 1.5em; - font-family: monospace; + font-family: sans-serif; color: #e3e0d7; background-color: #080808; } @@ -108,6 +107,7 @@ pre { p > code { color: #e5786d; + font-family: monospace; } p > code::before, p > code::after { @@ -116,6 +116,7 @@ p > code::before, p > code::after { pre > code { color: #eadead; + font-family: monospace; } footer {