summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-17 19:50:12 +0300
committerPaul Buetow <paul@buetow.org>2024-09-17 19:50:12 +0300
commit6f21a91405eabd1746eb7d05166378be204d0d10 (patch)
treebd7c88e30be19a8fbe4bd490f387ac4e53350ffd
parent51c762186c99d3f81021a359538086462213360c (diff)
more colors
-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 {