From c2772c400a3a142eb01e8412f986b1d0df534e26 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 4 Dec 2013 11:22:38 -0800 Subject: [PATCH] Fix the secondary text color on select lists --- stylesheets/lists.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/lists.less b/stylesheets/lists.less index 63aad2f..ead064c 100644 --- a/stylesheets/lists.less +++ b/stylesheets/lists.less @@ -54,7 +54,7 @@ li.two-lines { .secondary-line { color: @text-color-subtle; } &.selected .secondary-line { - color: lighten(@text-color-subtle, 10%); + color: @text-color; text-shadow: none; } }