about summary refs log tree commit diff
path: root/theme.css
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-03-22 15:48:29 -0400
committerZach DeCook <zachdecook@gmail.com>2018-03-22 16:02:24 -0400
commit8a694e1d23de574d51a1cbda9b2036502e573328 (patch)
tree1db76d64770a4ec6ae77c20a6be112d95975ce78 /theme.css
parent498cd644fcc4201bfa08d5720e9a1292eac9a485 (diff)
downloadprosongsa-8a694e1d23de574d51a1cbda9b2036502e573328.tar.gz
- CSS: Add background, fix button style
Diffstat (limited to 'theme.css')
-rw-r--r--theme.css3
1 files changed, 3 insertions, 0 deletions
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;
+}