From a5e44ced3cd23c1a09ed137592f772c30532081a Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Mon, 27 Dec 2021 23:02:57 +0300 Subject: [PATCH] changed anchor to icon #123 --- assets/css/main.css | 3 ++- layouts/_default/_markup/render-heading.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index a190725..46784e5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -372,7 +372,7 @@ article header h1 a { .post h6 a { opacity: 0; position: absolute; - left: -0.7em; + left: -1.05rem; color: var(--font-color); } @@ -404,6 +404,7 @@ article header h1 a { .post h6:hover a:focus, .post h6:hover a:active { color: var(--link-state-color); + border-bottom: none; } .post-info { diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index 7e34fa1..8a9dbb1 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1,3 +1,3 @@ {{ .Text | safeHTML }} -# + \ No newline at end of file