Skip to content

Commit

Permalink
Restore underline in inline-mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
syeopite committed Feb 6, 2024
1 parent e9fef02 commit 714bed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions assets/css/post-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
font-weight: 600;
}

a.inline-link, a.inline-mention {
color: unset;
text-decoration: underline;
}

.quote {
margin-left: 0;
margin-top: 0;
Expand Down
5 changes: 0 additions & 5 deletions assets/css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@ a.blog-name:hover {
margin: unset;
}

a.inline-link {
color: unset;
text-decoration: underline;
}

.post-footer {
display: flex;
color: #ACACAC;
Expand Down

0 comments on commit 714bed7

Please sign in to comment.