Fix hashtag highlighting in templates
This commit is contained in:
parent
3ae7ed7e3d
commit
9a07c4c90a
@ -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);
|
||||
|
@ -234,7 +234,8 @@
|
||||
width: 3ch;
|
||||
}
|
||||
|
||||
.sb-hashtag {
|
||||
.sb-hashtag,
|
||||
.hashtag {
|
||||
border-radius: 6px;
|
||||
padding: 0 3px;
|
||||
margin: 0 1px 0 0;
|
||||
|
Loading…
Reference in New Issue
Block a user