From 27510a44ef36cfd8e0ca5888a4a80da981b7c4b7 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sat, 16 Dec 2023 23:32:21 +0100 Subject: [PATCH] Fix link style --- dist/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist/style.css b/dist/style.css index 538d4d0..3c2db6d 100644 --- a/dist/style.css +++ b/dist/style.css @@ -101,6 +101,11 @@ h1 { margin-bottom: 1rem; padding-left: 1.4em; position: relative; + + & > a { + margin-left: -0.7em; + font-weight: 800; + } } strong {