1
0

Fix hashtag highlighting in templates

This commit is contained in:
Zef Hemel 2024-01-09 13:34:21 +01:00
parent 3ae7ed7e3d
commit 9a07c4c90a
2 changed files with 4 additions and 2 deletions

View File

@ -172,7 +172,8 @@
color: var(--editor-heading-meta-color);
}
.sb-hashtag {
.sb-hashtag,
.hashtag {
color: var(--editor-hashtag-color);
background-color: var(--editor-hashtag-background-color);
border: 1px solid var(--editor-hashtag-border-color);

View File

@ -234,7 +234,8 @@
width: 3ch;
}
.sb-hashtag {
.sb-hashtag,
.hashtag {
border-radius: 6px;
padding: 0 3px;
margin: 0 1px 0 0;