summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extras/html/themes/simple/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/extras/html/themes/simple/style.css b/extras/html/themes/simple/style.css
index b5eb9b5..3b1662f 100644
--- a/extras/html/themes/simple/style.css
+++ b/extras/html/themes/simple/style.css
@@ -9,8 +9,19 @@ a {
color: #0e0e0e;
}
-h1, h2, h3 {
+h1 {
font-family: serif;
+ color: #ff6600;
+}
+
+h2 {
+ font-family: serif;
+ color: #ff751a;
+}
+
+h3 {
+ font-family: serif;
+ color: #ff8533;
}
a:hover {