From 5b11ce1baff3294d1d3647419852a30e769fd2ad Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 20 Jan 2023 19:52:07 -0500 Subject: [PATCH] improve link css --- themes/secluded/assets/scss/_single.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/secluded/assets/scss/_single.scss b/themes/secluded/assets/scss/_single.scss index f27e47f..80c6aa6 100644 --- a/themes/secluded/assets/scss/_single.scss +++ b/themes/secluded/assets/scss/_single.scss @@ -18,6 +18,9 @@ background-size: 0 0; background-position: 100% 21%; transition: .15s ease-out; + border-radius: 5px; + padding-left: 4px; + margin-left: -3px; &:hover { background-size: 100% 100%; color: $light; @@ -70,6 +73,9 @@ background-size: 0 0; background-position: 100% 21%; transition: .15s ease-out; + border-radius: 5px; + padding-left: 4px; + margin-left: -3px; &:hover { background-size: 100% 100%; color: $light;