FIX: Suggested topics box was bad in dark theme

This commit is contained in:
Kane York 2015-08-18 14:50:36 -07:00
parent ca577248d0
commit 78dcf30444
1 changed files with 4 additions and 4 deletions

View File

@ -65,14 +65,14 @@
}
.similar-topics {
background-color: scale-color($tertiary, $lightness: 60%);
background-color: dark-light-choose(scale-color($tertiary, $lightness: 60%), scale-color($tertiary, $lightness: -60%));
a[href] {
color: #000;
color: dark-light-diff($primary, $secondary, -10%, 10%);
}
.posts-count {
background-color: scale-color($tertiary, $lightness: -40%);
background-color: dark-light-choose(scale-color($tertiary, $lightness: -40%), scale-color($tertiary, $lightness: 40%));
}
ul {
@ -82,7 +82,7 @@
}
.search-link {
.fa, .blurb {
color: scale-color($tertiary, $lightness: -40%);
color: dark-light-choose(scale-color($tertiary, $lightness: -40%), scale-color($tertiary, $lightness: 40%));
}
}
}