summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 0f6c16a..dff0f30 100644
--- a/static/style.css
+++ b/static/style.css
@@ -64,12 +64,15 @@ h1 {
}
h1,
-h2,
+h2 {
+ color: #bb9af7;
+}
+
h3,
h4,
h5,
h6 {
- color: #bb9af7;
+ color: #DDD;
}
hr {