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