mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 10:59:51 +08: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