FIX: User directory dark theme

This commit is contained in:
Kane York 2015-08-18 21:45:05 -07:00
parent c4e5594826
commit 7ede107be9

View File

@ -26,7 +26,7 @@
.number, .time-read { .number, .time-read {
font-size: 1.4em; font-size: 1.4em;
color: dark-light-diff($primary, $secondary, 50%, -50%); color: dark-light-diff($primary, $secondary, 50%, -20%);
} }
} }
@ -35,7 +35,7 @@
background-color: dark-light-diff($highlight, $secondary, 70%, -80%); background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
.username a, .name, .title, .number, .time-read { .username a, .name, .title, .number, .time-read {
color: scale-color($highlight, $lightness: -50%); color: dark-light-choose(scale-color($highlight, $lightness: -50%), scale-color($highlight, $lightness: 50%));
} }
} }
} }