aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 7a0bf68..93ec3ed 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,6 +1,7 @@
html {
background-color: black;
- font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
+ font-family: 'Open Sans', sans-serif;
+ font-size: small;
}
body {
@@ -21,7 +22,7 @@ body {
}
header {
- background-color: #8fbce7;
+ background-color: #f1f3f3;
}
@@ -51,6 +52,11 @@ header span nav ul li a {
color: white;
}
+header div {
+ padding-left: 30px;
+ padding-bottom: 10px;
+}
+
nav ul {
margin: 0;
padding: 0;