Make list items highligh colour darker

The list highlight colour is currently very subtle and can be
had to spot so make it a little darker.

Closes #1090
This commit is contained in:
Alexander Meshcheryakov 2015-11-21 16:23:54 +03:00 committed by Tom Hughes
parent c9c44641b3
commit 2d2334d34b

View file

@ -15,5 +15,5 @@ $headerHeight: 55px;
$sidebarWidth: 350px;
$keyline: 1px solid $lightgrey;
$border-radius: 3px;
$list-highlight: #FFFFE6;
$list-highlight: #FFFFC0;
$border: 1px solid $grey;