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