]> git.openstreetmap.org Git - rails.git/commitdiff
Use our darkgrey for bootstrap secondary colour
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Jul 2021 13:17:55 +0000 (14:17 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Jul 2021 13:17:55 +0000 (14:17 +0100)
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.

app/assets/stylesheets/parameters.scss

index 5d02604103684a8b830c53fe7a9157ef713e470a..d1d3db5735ebf432d1d605df3daed76c8039f93e 100644 (file)
@@ -4,6 +4,7 @@ $typeheight: 14px;
 
 $offwhite: #f8f8ff;
 $blue: #7092FF;
+$secondary: #888;
 $lightblue: #B8C5F0;
 $green: #7ebc6f;
 $vibrant-green: #76c551;