1
Fork 0

Fix group link colors in /groups (fixes #16).

This commit is contained in:
Bauke 2020-03-19 13:57:37 +01:00
parent 75e21da0a4
commit 1e1d405b2e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 8 additions and 0 deletions

View File

@ -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;