actually invert longlink styling

This commit is contained in:
Joe 2021-03-23 21:37:52 -05:00
parent 78af068573
commit 9031dfb241
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ line {
white-space: normal;
}
.content a.not-long:before, .aside h3 a:before {
.content a:before, .aside h3 a:before {
content:"";
position:absolute;
width: 0;
@ -173,7 +173,7 @@ line {
transition: width 0.3s ease 0s, right 0.3s ease 0s;
}
.content a.not-long:hover:before, .aside h3 a:hover:before {
.content a:hover:before, .aside h3 a:hover:before {
visibility: visible;
width: 100%;
}