changed anchor to icon #123

This commit is contained in:
Dmitry Kolosov 2021-12-27 23:02:57 +03:00
parent fb130db4c3
commit a5e44ced3c
2 changed files with 3 additions and 2 deletions

View file

@ -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 {