fix: add space after hashtags
This commit is contained in:
@ -2,6 +2,6 @@
|
|||||||
color: var(--highlight);
|
color: var(--highlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
.hashtag > a {
|
.hashtag::after {
|
||||||
text-decoration: none;
|
content: " ";
|
||||||
}
|
}
|
Reference in New Issue
Block a user