Oops, that should fix it..
This commit is contained in:
parent
173126673b
commit
6a0eba3ba2
|
@ -74,8 +74,8 @@
|
|||
.btn-primary {
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
color: dark-light-choose($primary, scale-color($primary, $lightness: 60%));
|
||||
background: dark-light-choose($tertiary, $tertiary);
|
||||
color: dark-light-choose(#fff, scale-color($primary, $lightness: 60%));
|
||||
background: $tertiary;
|
||||
|
||||
&[href] {
|
||||
color: $secondary;
|
||||
|
|
|
@ -64,11 +64,11 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
a {
|
||||
color: #222;
|
||||
color: #fff;
|
||||
}
|
||||
i {
|
||||
font-size: .8em;
|
||||
color: #222;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue