File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ const HashtagBar: React.FC<{
216
216
< div className = 'hashtag-bar' >
217
217
{ revealedHashtags . map ( ( hashtag ) => (
218
218
< Link key = { hashtag } to = { `/tags/${ hashtag } ` } >
219
- #{ hashtag }
219
+ #< span > { hashtag } </ span >
220
220
</ Link >
221
221
) ) }
222
222
Original file line number Diff line number Diff line change @@ -9305,16 +9305,15 @@ noscript {
9305
9305
9306
9306
a {
9307
9307
display : inline-flex ;
9308
- border-radius : 4px ;
9309
- background : rgba ($highlight-text-color , 0.2 );
9310
- color : $highlight-text-color ;
9311
- padding : 0.4em 0.6em ;
9308
+ color : $dark-text-color ;
9312
9309
text-decoration : none ;
9313
9310
9314
- & :hover ,
9315
- & :focus ,
9316
- & :active {
9317
- background : rgba ($highlight-text-color , 0.3 );
9311
+ & :hover {
9312
+ text-decoration : none ;
9313
+
9314
+ span {
9315
+ text-decoration : underline ;
9316
+ }
9318
9317
}
9319
9318
}
9320
9319
}
You can’t perform that action at this time.
0 commit comments