fixing the "me" color in the directory
This commit is contained in:
parent
6b466cd1b4
commit
acbf265cc1
|
@ -39,7 +39,7 @@
|
||||||
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
background-color: dark-light-choose($highlight-low, $highlight-medium);
|
||||||
|
|
||||||
.username a, .name, .title, .number, .time-read {
|
.username a, .name, .title, .number, .time-read {
|
||||||
color: dark-light-choose(scale-color($highlight, $lightness: -50%), $highlight-medium);
|
color: $primary-medium;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue