mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:13:39 +08:00
Merge pull request #5288 from awesomerobot/master
fixing the "me" color in the directory
This commit is contained in:
commit
138e8dc3e3
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user