Darken cta-button (#1281)
Darken cta-button to bring contrast up to 7 The new colour value is `#1b4bcb`
This commit is contained in:
parent
1fad5728a2
commit
bfa6622486
1 changed files with 1 additions and 1 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue