Revert "changed anchor to icon #123"

This reverts commit a5e44ced3c.
This commit is contained in:
Dmitry Kolosov 2021-12-27 23:06:21 +03:00
parent a5e44ced3c
commit 5d199f595e
2 changed files with 2 additions and 3 deletions

View file

@ -372,7 +372,7 @@ article header h1 a {
.post h6 a {
opacity: 0;
position: absolute;
left: -1.05rem;
left: -0.7em;
color: var(--font-color);
}
@ -404,7 +404,6 @@ article header h1 a {
.post h6:hover a:focus,
.post h6:hover a:active {
color: var(--link-state-color);
border-bottom: none;
}
.post-info {