Darken cta-button (#1281)

Darken cta-button to bring contrast up to 7
The new colour value is `#1b4bcb`
This commit is contained in:
Andrew Bone 2018-12-09 16:17:38 +00:00 committed by Ben Halpern
parent 1fad5728a2
commit bfa6622486

View file

@ -1242,7 +1242,7 @@
margin-top:8px;
padding:8px 0px;
font-size:0.93em;
color: $sky-blue;
color: darken($sky-blue, 17%);
background: white;
display:block;
width:92%;