aboutsummaryrefslogtreecommitdiff
path: root/assets/footer.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/footer.css')
-rw-r--r--assets/footer.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/footer.css b/assets/footer.css
new file mode 100644
index 0000000..137e791
--- /dev/null
+++ b/assets/footer.css
@@ -0,0 +1,9 @@
+footer {
+ background-color: #30638e;
+ color: lightgray;
+ text-align: center;
+ padding: 10px;
+}
+footer a {
+ color: lightgray;
+}