diff --git a/tildes/scss/modules/_label.scss b/tildes/scss/modules/_label.scss index 293186c..02a49b8 100644 --- a/tildes/scss/modules/_label.scss +++ b/tildes/scss/modules/_label.scss @@ -16,6 +16,10 @@ margin: 0 0.4rem 0 0; word-wrap: break-word; max-width: 100%; + + & + & { + margin-left: 0.2rem; + } } .label-topic-tag-spoiler, diff --git a/tildes/scss/themes/_theme_base.scss b/tildes/scss/themes/_theme_base.scss index 7298881..353766c 100644 --- a/tildes/scss/themes/_theme_base.scss +++ b/tildes/scss/themes/_theme_base.scss @@ -333,12 +333,12 @@ } .label-topic-tag { - color: map-get($theme, "foreground-middle"); + padding: 0; a, a:hover, a:visited { - color: map-get($theme, "foreground-middle"); + color: map-get($theme, "foreground-primary"); } } @@ -576,6 +576,8 @@ } @mixin theme-special-label($color, $is-light) { + padding: 0 0.2rem; + @if $is-light { background-color: $color; color: #fff;