Browse Source

Use normal foreground color for comment votes

After removing the bold from the vote count, it's quite difficult to
read if it's in smaller text *and* the secondary foreground color.
merge-requests/85/head
Deimos 5 years ago
parent
commit
8235b4492c
  1. 4
      tildes/scss/themes/_theme_base.scss

4
tildes/scss/themes/_theme_base.scss

@ -277,10 +277,6 @@
color: map-get($theme, "warning"); color: map-get($theme, "warning");
} }
.comment-votes {
color: map-get($theme, "foreground-secondary");
}
.label-comment-exemplary { .label-comment-exemplary {
@include theme-special-label(map-get($theme, "comment-label-exemplary"), $is-light); @include theme-special-label(map-get($theme, "comment-label-exemplary"), $is-light);
} }

Loading…
Cancel
Save