fixing the "me" color in the directory

This commit is contained in:
Kris 2017-11-03 17:07:56 -04:00
parent 6b466cd1b4
commit acbf265cc1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
background-color: dark-light-choose($highlight-low, $highlight-medium);
.username a, .name, .title, .number, .time-read {
color: dark-light-choose(scale-color($highlight, $lightness: -50%), $highlight-medium);
color: $primary-medium;
}
}
}