From a99f091b1291daa4e93a03db5e518d9de38270b6 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 8 Jul 2024 11:12:08 +0100 Subject: [PATCH] don't grey the header image Signed-off-by: Leah Rowe --- site/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/global.css b/site/global.css index 7d766f4..9e44eb1 100644 --- a/site/global.css +++ b/site/global.css @@ -48,6 +48,10 @@ code,pre, #TOC, a:hover, img background: #d9d6d6; border-radius:0.25em; } +header img +{ + background: none; +} a {