diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-17 19:50:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-17 19:50:58 +0300 |
| commit | 25198bcf0d02bf5fcce4cbcd6c66c35dcd906fb7 (patch) | |
| tree | 54a8468667be1594f135e56e8c0d791776caa9d1 /style.css | |
| parent | 3b261141a715d93f8e358df59a783fd1668a630f (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 { |
