mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: User directory dark theme
This commit is contained in:
parent
c4e5594826
commit
7ede107be9
@ -26,7 +26,7 @@
|
||||
|
||||
.number, .time-read {
|
||||
font-size: 1.4em;
|
||||
color: dark-light-diff($primary, $secondary, 50%, -50%);
|
||||
color: dark-light-diff($primary, $secondary, 50%, -20%);
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);
|
||||
|
||||
.username a, .name, .title, .number, .time-read {
|
||||
color: scale-color($highlight, $lightness: -50%);
|
||||
color: dark-light-choose(scale-color($highlight, $lightness: -50%), scale-color($highlight, $lightness: 50%));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user