added style sheet
authorMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 12:56:13 +0000 (13:56 +0100)
committerMatthewOwens <matthew@owens.tech>
Sun, 19 Jul 2020 12:56:13 +0000 (13:56 +0100)
style.css [new file with mode: 0644]

diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..2628b10
--- /dev/null
+++ b/style.css
@@ -0,0 +1,4 @@
+body {
+       background-color: #1c1c1c;
+       color: #aaaaaa;
+}