Skip to content

Commit

Permalink
refactor: bold username when user have profile
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Sep 11, 2024
1 parent 45cf827 commit f4908ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/lib/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

&[href] {
font-weight: bold;
}
}

& .comment_time {
Expand Down

0 comments on commit f4908ca

Please sign in to comment.