From 32a0889aa465d67d93bcbf552a66584790d7caa3 Mon Sep 17 00:00:00 2001 From: Thomas Feld Date: Mon, 20 Nov 2023 09:29:54 +0100 Subject: [PATCH] Changed background to green --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 093e18b..fdd9589 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,5 @@ body { - background: #0f0f23; /*337 x 5*/ + background: #002624; /*Darkened NC-green*/ color: #cccccc; font-family: "Source Code Pro", monospace; font-size: 14pt; @@ -545,4 +545,4 @@ a.bold { width: 100%; display: block; max-width: 320px; -} \ No newline at end of file +}