From 0a863b07138462dbd238b7633dcc9f2f662ea382 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 10 Nov 2021 04:08:54 -0500 Subject: [PATCH] improve heading link style --- themes/secluded/assets/scss/_main.scss | 3 ++- themes/secluded/assets/scss/_single.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/secluded/assets/scss/_main.scss b/themes/secluded/assets/scss/_main.scss index 7aead56..3ffeda1 100644 --- a/themes/secluded/assets/scss/_main.scss +++ b/themes/secluded/assets/scss/_main.scss @@ -82,7 +82,8 @@ input[type=text]:focus { } .anchor-tag { font-size: 70%; - margin-left: 7px; + position: relative; + bottom: 2.6px; background-size: 100% 0; background-position: 0 150%; &::after { diff --git a/themes/secluded/assets/scss/_single.scss b/themes/secluded/assets/scss/_single.scss index 6cac8c5..f27e47f 100644 --- a/themes/secluded/assets/scss/_single.scss +++ b/themes/secluded/assets/scss/_single.scss @@ -121,7 +121,8 @@ } .anchor-tag { font-size: 70%; - margin-left: 7px; + position: relative; + bottom: 2.6px; background-size: 100% 0; background-position: 0 150%; &::after {