summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/style.css b/style.css
index b5eb9b5b..3b1662fe 100644
--- a/style.css
+++ b/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 {