From 8a694e1d23de574d51a1cbda9b2036502e573328 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 22 Mar 2018 15:48:29 -0400 Subject: - CSS: Add background, fix button style --- theme.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 theme.css (limited to 'theme.css') diff --git a/theme.css b/theme.css new file mode 100644 index 0000000..3de5a92 --- /dev/null +++ b/theme.css @@ -0,0 +1,3 @@ +body { + background-color: #CCDDFF; +} -- cgit 1.4.1