From 30e14ade494f420edc8633f7d079b7a7ffda75e5 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 12 Feb 2025 23:35:26 +0000 Subject: [PATCH] Tweak colour --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 527028d..0bad3c2 100644 --- a/style.css +++ b/style.css @@ -26,12 +26,14 @@ html { font-size-adjust: 0.4; font-variant-alternates: swash(fancy); line-height: 1.3rem; + color: #333; + background-color: #f9f9ef; + scrollbar-color: #ce5e46 #f9f9ef; } body { counter-reset: section; margin: 7.8rem 1.3rem; - background-color: #f9f9ef; } h1, h2 {