Oops, that should fix it..

This commit is contained in:
Kane York 2015-08-18 13:20:07 -07:00
parent 173126673b
commit 6a0eba3ba2
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -64,11 +64,11 @@
overflow: hidden;
text-overflow: ellipsis;
a {
color: #222;
color: #fff;
}
i {
font-size: .8em;
color: #222;
color: #fff;
}
}