Fix CSS background colour

Signed-off-by: Arija A. <ari@ari.lt>
This commit is contained in:
2025-10-23 22:34:56 +03:00
parent fd6223239e
commit 53c1c94f83

View File

@@ -26,6 +26,7 @@ pre * {
html { html {
height: 100%; height: 100%;
min-height: 100%; min-height: 100%;
background-color: #0e0016;
} }
body { body {
@@ -39,7 +40,6 @@ body {
html, html,
body { body {
line-height: 1.5; line-height: 1.5;
background-color: #0e0016;
} }
ol, ol,