From 60a81fef43338d4a2fa5ec03bbacde562fc787dc Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 9 May 2017 19:00:46 -0700 Subject: [PATCH] design: Restore font color in left sidebar to #333. This fixes a major complaint with the left sidebar styling. --- static/styles/left-sidebar.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/styles/left-sidebar.css b/static/styles/left-sidebar.css index f78370c775..b7e638e7d7 100644 --- a/static/styles/left-sidebar.css +++ b/static/styles/left-sidebar.css @@ -148,10 +148,6 @@ li.hidden-filter { padding-right: 10px; } -.left-sidebar li a { - color: #555; -} - .left-sidebar li { padding-top: 2px; padding-bottom: 2px;