From 04af40baf20bba3b93e0c979b10f45e965f3d0c1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 8 Jul 2024 22:11:33 +0100 Subject: [PATCH] make the site slightly less pink tone it down a bit. it needs to only be a subtle tint. Signed-off-by: Leah Rowe --- site/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/global.css b/site/global.css index 0625eae..20d52b0 100644 --- a/site/global.css +++ b/site/global.css @@ -35,7 +35,7 @@ h1,h2,h3,h4{font-weight:normal; font-size:2em} html { color: #280518; - background: #ffe9e9; + background: #efe9e9; font-family: sans-serif; line-height: 1.4; } @@ -45,7 +45,7 @@ hr { code,pre, #TOC, a:hover, img { - background: #ead6d6; + background: #e3d6d6; border-radius:0.25em; } header img