aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-09-05 14:51:44 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-09-19 13:48:24 +0100
commit180f0e3a52e01d9c38a674ba41fcaa02ebf46304 (patch)
tree5b4a71b77975da792442ee641275d8dc7fed045a
parente0fe32b6e9f4b35dbd52b933d5d3b0a50807df6a (diff)
Darken front page step numbers.
-rw-r--r--CHANGELOG.md1
-rw-r--r--web/cobrands/sass/_base.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f1c94da5..7de07f5dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
- Upgrade jquery-validation plugin. #2540
- Pass ‘filter_category’ param to front page to pre-filter map.
- Remove on-map Permalink.
+ - Darken front page step numbers.
- Admin improvements:
- Add new roles system, to group permissions and apply to users. #2483
- Contact form emails now include user admin links.
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index bdfd619f2..ca1f2fd2e 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -13,7 +13,7 @@ $link-hover-text-decoration: underline !default;
$itemlist_item_background: #f6f6f6 !default;
$itemlist_item_background_hover: #e6e6e6 !default;
-$col_big_numbers: #ccc !default;
+$col_big_numbers: #666 !default;
$col_fixed_label: #00BD08 !default;
$col_fixed_label_light: mix($col_fixed_label, #fff, 10%) !default;