diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-30 07:34:52 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | b595d0309d2c26fd6eca1399e8a502b8bb76f5be (patch) | |
| tree | 895ff8a2f0b3782dcb78ba554ddbd668b9a09e00 /content/html/index.html | |
| parent | 9e8f273e6e6ca85bcfbad1219ae1d9ef1acf7ad9 (diff) | |
use a smaller padding for links
Diffstat (limited to 'content/html/index.html')
| -rw-r--r-- | content/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/index.html b/content/html/index.html index 4f2b29d0..6eaa6363 100644 --- a/content/html/index.html +++ b/content/html/index.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: " > "; padding-left: 10px; } +a.textlink:before { content: " > "; padding-left: 2px; } a:hover { color: #51afef; text-decoration: underline; } h1 { color: #ff6c6b; } h2, h3, h4, h5, h6 { color: #51afef; } |
