changed anchor to icon #123
This commit is contained in:
parent
fb130db4c3
commit
a5e44ced3c
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue