From ff4b91fd3324202abd48ae58945d5d5838a23058 Mon Sep 17 00:00:00 2001 From: Deimos Date: Thu, 13 Sep 2018 19:48:02 -0600 Subject: [PATCH] Keep usernames link-colored in collapsed comments It's a bit difficult to read with the username link being the same color as the comment text, this looks a little better to me. --- tildes/scss/_themes.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tildes/scss/_themes.scss b/tildes/scss/_themes.scss index 5f82055..99ae518 100644 --- a/tildes/scss/_themes.scss +++ b/tildes/scss/_themes.scss @@ -126,10 +126,6 @@ %collapsed-theme { header { background-color: $background-color; - - .link-user { - color: $text-color; - } } }