From 11899a8e9cbe123cc3f4c7f597af15cac4b02046 Mon Sep 17 00:00:00 2001 From: MatthewOwens Date: Sun, 19 Jul 2020 13:56:13 +0100 Subject: [PATCH] added style sheet --- style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..2628b10 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body { + background-color: #1c1c1c; + color: #aaaaaa; +} -- 2.20.1