From 6f21a91405eabd1746eb7d05166378be204d0d10 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 17 Sep 2024 19:50:12 +0300 Subject: more colors --- extras/html/themes/simple/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 { -- cgit v1.2.3