From: Andy Allan Date: Wed, 28 Jul 2021 13:17:55 +0000 (+0100) Subject: Use our darkgrey for bootstrap secondary colour X-Git-Tag: live~2106^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/ab8d3485bd004f4597d9fd43d6414a9797d831af Use our darkgrey for bootstrap secondary colour Our blue is less saturated and lighter, and so the bootstrap-default secondary colour is too dark and too saturated when beside our primary buttons. --- diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index 5d0260410..d1d3db573 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -4,6 +4,7 @@ $typeheight: 14px; $offwhite: #f8f8ff; $blue: #7092FF; +$secondary: #888; $lightblue: #B8C5F0; $green: #7ebc6f; $vibrant-green: #76c551;