From 2d2334d34bd6ed2fb119ce2a1562754b318bc14f Mon Sep 17 00:00:00 2001 From: Alexander Meshcheryakov Date: Sat, 21 Nov 2015 16:23:54 +0300 Subject: [PATCH 1/1] 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 --- app/assets/stylesheets/parameters.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index eb363459c..1cae5ba2f 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -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; -- 2.43.2