Change default font color to ascribe-dark-blue

This commit is contained in:
Tim Daubenschütz 2015-10-27 18:02:52 +01:00
parent 9765ed040b
commit 9db85e7191
1 changed files with 2 additions and 2 deletions

View File

@ -330,14 +330,14 @@ fieldset[disabled] .btn-secondary.active {
.btn-tertiary {
background-color: transparent;
border-color: transparent;
color: #888;
color: $ascribe-dark-blue;
&:focus,
&:active:focus,
&:active.focus {
background-color: transparent;
border-color: transparent;
color: #888;
color: $ascribe-dark-blue;
}
&:hover,