invert longlink styling

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

View File

@ -154,11 +154,11 @@ line {
position: relative;
text-decoration: none;
color: #95b1fb;
white-space: normal;
white-space: nowrap;
}
.content a.not-long {
white-space: nowrap;
.content a.long {
white-space: normal;
}
.content a.not-long:before, .aside h3 a:before {