1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-14 17:15:08 +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 {
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,