From 8c7c26d968c1158d22c5d26d417fad1031f6fb42 Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 24 Apr 2019 18:27:58 -0400 Subject: Website rewrite --- assets/css/index.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assets/css/index.css (limited to 'assets/css/index.css') diff --git a/assets/css/index.css b/assets/css/index.css new file mode 100644 index 0000000..2a7b18d --- /dev/null +++ b/assets/css/index.css @@ -0,0 +1,13 @@ + body { + font-family: 'Play', sans-serif, Helvetica; + background: #1a1b1f; + color: white +} + +.page-footer { + color: #fff; + background-color: #306e32; +} +a.footer-copyright { + color: #ffff; +} \ No newline at end of file -- cgit v1.2.3