Merge pull request #3684 from riking/dark-theme-fix

FIX: black-on-black queued posts
This commit is contained in:
Sam 2015-08-21 12:54:06 +10:00
commit 5595a16eef
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
}
}
.post-title {
color: darken(dark-light-diff($primary, $secondary, 90%, -60%), 50%);
color: dark-light-diff($primary, $secondary, 20%, -60%);
font-weight: bold;
.badge-wrapper {