diff options
| author | Paul Buetow <paul@buetow.org> | 2021-11-04 11:13:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-11-04 11:13:45 +0200 |
| commit | beeea974c61dbc6bb9bb694ad3e706eaf7921d05 (patch) | |
| tree | 610eb6c88455e32aa93b527f4540d02b46a92a2a /header.html.part | |
| parent | a30090b0cdf305f352108c9ccf03bc0621280ade (diff) | |
add more colors (headings and lists)
Diffstat (limited to 'header.html.part')
| -rw-r--r-- | header.html.part | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/header.html.part b/header.html.part index c75f39e..1aec379 100644 --- a/header.html.part +++ b/header.html.part @@ -16,6 +16,10 @@ body { color: #ffffef; } +h1,h2,h3 { + color: #ffa500 +} + a { color: #0ca; text-decoration: none; @@ -26,6 +30,10 @@ a:hover { text-decoration: none; } +li { + color: #00bcd4; +} + img { max-width: 600px; max-height: 400px; |
