diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 07:17:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:03 +0100 |
| commit | 762dc3a1a1c7ef049aec528a5e8b8251ac9bc7b5 (patch) | |
| tree | f4cc69d308c486d9fc713e4971078c034a345fbc /content/header.html | |
| parent | 72e414b8da38e0284a9556b72a991f7b4621375d (diff) | |
improve link style
Diffstat (limited to 'content/header.html')
| -rw-r--r-- | content/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/header.html b/content/header.html index a1c4feac..b83754f1 100644 --- a/content/header.html +++ b/content/header.html @@ -9,7 +9,7 @@ img { display: block; max-width: 70%;} pre { color: #ecbe7b; } blockquote { color: #ecbe7b; } a { color: #c678dd; text-decoration: none; } -a.textlink:before { content: " > "; } +a.textlink:before { content: " > "; padding-left: 10px; } a:hover { color: #51afef; text-decoration: underline; } h1 { color: #ff6c6b; } h2, h3, h4, h5, h6 { color: #51afef; } |
