From 0331d2e66f2758f0a6e407a3600f736d5191988c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 23 Aug 2024 16:42:17 +0100 Subject: [PATCH] make the theme a bit nicer on the eyes slightly darker background, *and* darker text Signed-off-by: Leah Rowe --- site/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/global.css b/site/global.css index 48c0fef..5d84adb 100644 --- a/site/global.css +++ b/site/global.css @@ -35,8 +35,8 @@ h1,h2,h3,h4{font-weight:normal; font-size:2em} html { /* color: #280b22; */ - color: #0b2822; - background: #f0f3f0; + color: #000; + background: #eaeaea; font-family: sans-serif; line-height: 1.4; } @@ -46,7 +46,7 @@ hr { code,pre, #TOC, a:hover, img { - background: #d9dad6; + background: #cfcfcf; border-radius:0.25em; } header img