From: MatthewOwens <matthew@owens.tech>
Date: Sun, 19 Jul 2020 12:56:13 +0000 (+0100)
Subject: added style sheet
X-Git-Url: https://git.owens.tech/assets/dummy.html/assets/dummy.html/git?a=commitdiff_plain;h=11899a8e9cbe123cc3f4c7f597af15cac4b02046;p=website.git

added style sheet
---

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;
+}