From 990bc9d93761eade05127ab661bdd40d761c8585 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 22 Oct 2018 15:48:43 -0600 Subject: [PATCH] Fix username color in collapsed comments This had been changed in ff4b91fd but was inadvertently reverted in the theme overhaul. --- tildes/scss/_themes.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tildes/scss/_themes.scss b/tildes/scss/_themes.scss index 81aae4d..870021a 100644 --- a/tildes/scss/_themes.scss +++ b/tildes/scss/_themes.scss @@ -321,10 +321,6 @@ $theme-black: map-merge($theme-base, ( header { color: $foreground-secondary; background-color: $background-primary; - - .link-user { - color: $foreground-secondary; - } } }