fix: remove extra hashtag space

This commit is contained in:
Kieran 2023-10-12 15:16:35 +01:00
parent 95a715839d
commit 6650c48c98
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -1,7 +1,3 @@
.hashtag { .hashtag {
color: var(--highlight); color: var(--highlight);
} }
.hashtag::after {
content: " ";
}