From 044b71dff4970c87446405262111a924578e4684 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Oct 2024 17:45:56 -0700 Subject: change font family and background color --- static/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css') 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 { -- cgit 1.4.1