From c9e790dae807d9db2f699b7c81416b2424ea2971 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 4 Jun 2023 22:06:21 +0200 Subject: [PATCH] update colors --- external.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/external.css b/external.css index 9845c83..40b5af7 100644 --- a/external.css +++ b/external.css @@ -1,7 +1,6 @@ body { - color: MintCream; - background-color: DarkSlateBlue; - /* background-color: MidnightBlue; */ + color: white; + background-color: #200f21; } h1, h2, h3 { text-align: center;