summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-17 19:50:58 +0300
committerPaul Buetow <paul@buetow.org>2024-09-17 19:50:58 +0300
commit25198bcf0d02bf5fcce4cbcd6c66c35dcd906fb7 (patch)
tree54a8468667be1594f135e56e8c0d791776caa9d1 /style.css
parent3b261141a715d93f8e358df59a783fd1668a630f (diff)
Update content for html
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 {