// Anywhere a link will go to a user, color it $green a.link-user, a.site-header-context[href^='/user'] { color: $green; &:visited { color: $green; } } // Anywhere a link will go to a group, color it $orange a.link-group, a.site-header-context[href^='/~'], .nav .nav-item a[href^='/~'] { color: $orange; &:visited { color: $orange; } } .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; } a.logged-in-user-alert, a.logged-in-user-alert:visited { color: $background; @include background-hover($orange, $yellow); padding: 0.1rem 0.3rem; } // The logout button is actually a