From 4acf6b8f21c01d491e53c7f53ea0437bb0d1309d Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Sun, 17 Mar 2024 03:37:20 -0400 Subject: marthas --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 23a689d..27620fa 100644 --- a/static/styles.css +++ b/static/styles.css @@ -30,7 +30,7 @@ } body { - background: #fffaef; + background: #fdfdfd; color: DarkSlateGrey; font-family: Charter, serif; font-size: 16px; @@ -41,7 +41,7 @@ body { } .container { - background: #fffaef; + background: #fdfdfd; text-align: left; padding: 1em; padding-bottom: 1.4em; -- cgit v1.2.3