Fix background colour

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-08-23 07:20:46 +01:00
parent 18fe82dadd
commit 3350d12255

View File

@@ -42,6 +42,10 @@ body {
left: -9999;
top: -9999;
margin-left: -10px;
overflow: hidden;
}
.post {
background: #fff;
}
.link {