From ab8d3485bd004f4597d9fd43d6414a9797d831af Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 28 Jul 2021 14:17:55 +0100 Subject: [PATCH] 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. --- app/assets/stylesheets/parameters.scss | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5