diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-17 19:50:12 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-17 19:50:12 +0300 |
| commit | 6f21a91405eabd1746eb7d05166378be204d0d10 (patch) | |
| tree | bd7c88e30be19a8fbe4bd490f387ac4e53350ffd /extras/html/themes/simple/style.css | |
| parent | 51c762186c99d3f81021a359538086462213360c (diff) | |
more colors
Diffstat (limited to 'extras/html/themes/simple/style.css')
| -rw-r--r-- | extras/html/themes/simple/style.css | 13 |
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 { |
