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