fix: add space after hashtags

This commit is contained in:
Kieran 2023-10-05 14:42:53 +01:00
parent 7f2149b8f1
commit b48ea3167a
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -2,6 +2,6 @@
color: var(--highlight);
}
.hashtag > a {
text-decoration: none;
}
.hashtag::after {
content: " ";
}