From 8235b4492cdec3245c744221714d2935704b1729 Mon Sep 17 00:00:00 2001 From: Deimos Date: Thu, 21 Nov 2019 14:27:28 -0700 Subject: [PATCH] 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. --- tildes/scss/themes/_theme_base.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tildes/scss/themes/_theme_base.scss b/tildes/scss/themes/_theme_base.scss index 9b39367..03c2586 100644 --- a/tildes/scss/themes/_theme_base.scss +++ b/tildes/scss/themes/_theme_base.scss @@ -277,10 +277,6 @@ color: map-get($theme, "warning"); } - .comment-votes { - color: map-get($theme, "foreground-secondary"); - } - .label-comment-exemplary { @include theme-special-label(map-get($theme, "comment-label-exemplary"), $is-light); }