From aec261e823d71a5d10b93ffa3df4c1bc76707435 Mon Sep 17 00:00:00 2001 From: sindrekjelsrud Date: Tue, 1 Aug 2023 20:17:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20changing=20colors=20for=20entire?= =?UTF-8?q?=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 999782f..c3cd0c7 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -9,11 +9,11 @@ body { padding: 20px; max-width: 65ch; text-align: left; - background-color: #fff; + background-color: #FFF8EA; word-wrap: break-word; overflow-wrap: break-word; line-height: 1.5; - color: #444; + color: #815B5B; } h1, h2,