openstreetmap-website/app/assets/stylesheets/parameters.scss
Alexander Meshcheryakov 2d2334d34b 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
2016-03-20 18:31:45 +00:00

19 lines
355 B
SCSS

/* Parameters */
$lineheight: 20px;
$typeheight: 14px;
$offwhite: #f4f4ff;
$blue: #7092FF;
$lightblue: #B8C5F0;
$green: #7ebc6f;
$grey: #CCC;
$red: red;
$lightgrey: #EEE;
$darkgrey: #888;
$hovercolor: 20%;
$headerHeight: 55px;
$sidebarWidth: 350px;
$keyline: 1px solid $lightgrey;
$border-radius: 3px;
$list-highlight: #FFFFC0;
$border: 1px solid $grey;