From 3350d1225568632f35809c74effcd0d385f0dd74 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 23 Aug 2025 07:20:46 +0100 Subject: [PATCH] Fix background colour Signed-off-by: Marcus Noble --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index 6013c68..c44fe30 100644 --- a/src/style.css +++ b/src/style.css @@ -42,6 +42,10 @@ body { left: -9999; top: -9999; margin-left: -10px; + overflow: hidden; +} +.post { + background: #fff; } .link {