From 37b4efeeef25f6d91689e5c2d9d673989ea3b0a7 Mon Sep 17 00:00:00 2001 From: Sara Tasche Date: Tue, 14 May 2024 18:23:35 +0200 Subject: [PATCH] Create style.css Signed-off-by: Sara Tasche --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/style.css diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..1bee9c0 --- /dev/null +++ b/static/style.css @@ -0,0 +1,4 @@ +body { + background-color: black; + color: white; +}