From b595d0309d2c26fd6eca1399e8a502b8bb76f5be Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Apr 2021 07:34:52 +0100 Subject: use a smaller padding for links --- content/html/contact-information.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/html/contact-information.html') diff --git a/content/html/contact-information.html b/content/html/contact-information.html index a0754aeb..ff421a83 100644 --- a/content/html/contact-information.html +++ b/content/html/contact-information.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; } -- cgit v1.2.3