From caecf366f9c8eb5f2e049566f6d2035e5c6bc150 Mon Sep 17 00:00:00 2001 From: Pavetr Date: Tue, 24 Feb 2026 12:26:12 +0300 Subject: [PATCH] Inverted webpage theme to dark --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 153eb90..b8b1065 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,8 @@ * { font-family: "Erbaum Book", "Courier New", Courier, monospace; + background-color: black; + color: white; } .header { @@ -21,8 +23,7 @@ footer { padding-top: 3px; padding-bottom: 3px; padding-left: 30px; - background: #444; - color: white; + color: gray; } a.foo:hover { text-decoration-color: black;