summaryrefslogtreecommitdiff
path: root/static/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/base.css')
-rw-r--r--static/base.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/base.css b/static/base.css
index 1571567..65faad2 100644
--- a/static/base.css
+++ b/static/base.css
@@ -13,6 +13,9 @@ html, body {
margin: 0;
font-family: Helvetica, Arial, sans-serif;
+
+ color: white;
+ background-color: #2a2626;
}
/* Sticky footer
@@ -25,8 +28,11 @@ body {
}
.navbar {
+ /* A lot of spacing gives a kind of modern look. */
padding: 1.5rem;
- background-color: #eee;
+
+ /* Make the navbar slightly darker than the default background color to "lift it up". */
+ background-color: #1c1c1c;
display: flex;
flex-direction: row;