normalize topic map button color on mobile

This commit is contained in:
Jeff Atwood 2016-03-26 01:51:31 -07:00
parent 04f68f6277
commit 1b4b361841
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ a.star {
.btn {
border: 0;
padding: 0 15px;
color: $primary;
color: dark-light-choose(scale-color($primary, $lightness: 60%), scale-color($secondary, $lightness: 40%));
background: blend-primary-secondary(5%);
border-left: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);