diff --git a/web/styles/colors.scss b/web/styles/colors.scss index 0d7fa84..dfee83e 100644 --- a/web/styles/colors.scss +++ b/web/styles/colors.scss @@ -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); diff --git a/web/styles/editor.scss b/web/styles/editor.scss index 045e752..f3c4f48 100644 --- a/web/styles/editor.scss +++ b/web/styles/editor.scss @@ -234,7 +234,8 @@ width: 3ch; } - .sb-hashtag { + .sb-hashtag, + .hashtag { border-radius: 6px; padding: 0 3px; margin: 0 1px 0 0;