Fix group link colors in /groups (fixes #16).
This commit is contained in:
parent
75e21da0a4
commit
1e1d405b2e
|
@ -19,6 +19,14 @@ a.site-header-context[href^='/~'],
|
|||
}
|
||||
}
|
||||
|
||||
.group-list-item-subscribed a.link-group {
|
||||
color: $cyan;
|
||||
}
|
||||
|
||||
.group-list-item-not-subscribed a.link-group {
|
||||
color: $yellow;
|
||||
}
|
||||
|
||||
// Make sure the logo hover keeps the $foreground color, otherwise it would be pink from _anchors.scss
|
||||
a.site-header-logo:hover {
|
||||
color: $foreground;
|
||||
|
|
Loading…
Reference in New Issue