mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
UX: Hashtag color for dark theme.
This commit is contained in:
parent
e8c5127865
commit
350f1685e5
@ -1,9 +1,9 @@
|
||||
a.hashtag {
|
||||
color: black;
|
||||
color: dark-light-choose($primary, scale-color($primary, $lightness: 70%));
|
||||
font-weight: bold;
|
||||
|
||||
&:visited, &:hover {
|
||||
color: black;
|
||||
color: dark-light-choose($primary, scale-color($primary, $lightness: 70%));
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user