Update labels, and colors, and things

This commit is contained in:
Michael Rose
2016-03-22 22:59:39 -04:00
parent f029ce6e25
commit 0feeb21821
15 changed files with 212 additions and 69 deletions

View File

@ -49,12 +49,13 @@
/* for dark backgrounds */
&--inverse {
color: currentColor !important;
border: 1px solid currentColor !important; // override
color: $gray !important;
border: 1px solid $light-gray !important; // override
background-color: #fff;
&:hover {
background-color: mix(#000, #fff, 20%);
color: #fff !important;
border-color: $gray;
}
}