1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

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

View File

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