From 72a246f6ac454464017ad95ec8e0d913148ff623 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 30 Mar 2022 12:37:06 +0000 Subject: [PATCH] Increase contrast --- public/static/style/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/static/style/main.css b/public/static/style/main.css index 201139e..be68b6c 100644 --- a/public/static/style/main.css +++ b/public/static/style/main.css @@ -5,8 +5,8 @@ body { display: flex; flex-flow: column; - background: #eee; - color: #222; + background: #e8e8e8; + color: #111; font-size: 1rem; font-family: Arial, sans-serif; line-height: 1.5; @@ -41,7 +41,7 @@ a { } #menu { - background: #222; + background: #111; color: #eee; padding: .25rem; padding-left: .75rem;