From 88965c3a3485e516cd084dc95a87b523a037cb16 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 8 Jul 2024 11:25:29 +0100 Subject: [PATCH] red tint on the site theme to make text easier on the eyes Signed-off-by: Leah Rowe --- site/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/global.css b/site/global.css index 9e44eb1..0625eae 100644 --- a/site/global.css +++ b/site/global.css @@ -34,8 +34,8 @@ h1,h2,h3,h4{font-weight:normal; font-size:2em} html { - color: #280b22; - background: #f0f0f0; + color: #280518; + background: #ffe9e9; font-family: sans-serif; line-height: 1.4; } @@ -45,7 +45,7 @@ hr { code,pre, #TOC, a:hover, img { - background: #d9d6d6; + background: #ead6d6; border-radius:0.25em; } header img @@ -55,7 +55,7 @@ header img a { - color: #4e324e; + color: #3e223e; } img,video,iframe,pre