From: Andy Allan Date: Thu, 11 Jun 2020 09:18:26 +0000 (+0200) Subject: Remove the red colour override, and use the bootstrap default X-Git-Tag: live~3086^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4a25d608763e17899f8a30dfac63bee37c0c8ffb?hp=627f2493faa77336e7dcb13abb92dc547ee4db9f Remove the red colour override, and use the bootstrap default Full red clashes badly when side-by-side with our blues --- diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index 90fbd74b7..5d0260410 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -8,7 +8,6 @@ $lightblue: #B8C5F0; $green: #7ebc6f; $vibrant-green: #76c551; $grey: #CCC; -$red: red; $lightgrey: #EEE; $darkgrey: #888; $hovercolor: 20%;