summaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-30 07:34:52 +0100
committerPaul Buetow <git@mx.buetow.org>2021-04-30 07:34:52 +0100
commit4b2b93bf3433a55193960bd85faef789684efe82 (patch)
tree21ace928eceb1e8029108c1879ca52c1eceaf882 /header.html
parent4cfa033083b516205860fe3b608a10b2b4fdc2b7 (diff)
use a smaller padding for links
Diffstat (limited to 'header.html')
-rw-r--r--header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html b/header.html
index b83754f1..669cf034 100644
--- a/header.html
+++ b/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: " > "; 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; }