FIX: black-on-black queued posts

This commit is contained in:
Kane York 2015-08-20 18:34:30 -07:00
parent 7c7580d226
commit 7f46458204
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 {