diff options
author | Franck Cuny <franck@fcuny.net> | 2024-10-21 17:45:56 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-10-21 17:45:56 -0700 |
commit | 044b71dff4970c87446405262111a924578e4684 (patch) | |
tree | ed0d14fe0cedfe53c0475b088a47ec1c0dc06506 | |
parent | update fog cutter description (diff) | |
download | fcuny.net-044b71dff4970c87446405262111a924578e4684.tar.gz |
change font family and background color
-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 { |