lighter yellow directory highlight, badge fix on mobile

This commit is contained in:
Kris Aubuchon 2015-03-25 21:29:01 -04:00
parent b4b505d45f
commit a5cffcaa7f
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
tr.me { tr.me {
td { td {
background-color: scale-color($highlight, $lightness: 50%); 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: scale-color($highlight, $lightness: -50%);

View File

@ -63,7 +63,7 @@
line-height: 1; line-height: 1;
margin-left: 4px; margin-left: 4px;
padding-left: 2px; padding-left: 2px;
display: inline-block; display: inline;
#search-dropdown & { #search-dropdown & {
margin-top: 0; margin-top: 0;