Merge pull request #3298 from awesomerobot/master

lighter yellow directory highlight, badge fix on mobile
This commit is contained in:
Sam 2015-03-26 12:59:16 +11:00
commit 133e3bab7a
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
tr.me {
td {
background-color: scale-color($highlight, $lightness: 50%);
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
.username a, .name, .title, .number, .time-read {
color: scale-color($highlight, $lightness: -50%);

View File

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