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:
parent
9765ed040b
commit
9db85e7191
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user