From f7c360592b6c2ef24b033280aa977a894349476a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 2 Aug 2019 12:06:56 -0400 Subject: Finally making some progress on the website --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/css/style.css (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..c67b395 --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,5 @@ +body { + font-family: Play, sans-serif; + background-color: #212121; + color: #ffffff; +} \ No newline at end of file -- cgit v1.2.3