The list highlight colour is currently very subtle and can be had to spot so make it a little darker. Closes #1090
19 lines
355 B
SCSS
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;
|