diff options
Diffstat (limited to '')
-rw-r--r-- | static/css/custom.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 610928c..9dd92f1 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,11 +1,11 @@ /* Base styles */ body { margin: 0; - font-family: sans-serif; + font-family: Verdana, sans-serif; font-size: 1rem; line-height: 1.6; color: black; - background-color: white; + background-color: #fffff8; } main { |