fix selector color

pull/3190/head
Matthew Hodgson 2017-02-09 12:01:00 +00:00
parent 22b7b8efea
commit f2a6d2cc5a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $plinth-bg-color: #474747;
$droptarget-bg-color: rgba(45,45,45,0.5);
// used by AddressSelector
$selected-color: #eaf5f0;
$selected-color: #000000;
// selected for hoverover & selected event tiles
$event-selected-color: #353535;