nice-metropole: invert toplinks :hover and default colors (#89418)

This commit is contained in:
Thomas Jund 2024-04-11 15:00:09 +02:00
parent 5430d1df7d
commit e0625e6412
1 changed files with 2 additions and 2 deletions

View File

@ -208,10 +208,10 @@ $top-mobile-height : calc( #{nth($header-logo-size, 2)} + 2rem);
border: 2px solid transparent;
@media ($min-desktop-viewport) {
&:not(.account-link) {
color: hsla(0, 0%, 100%, 0.85);
color: white;
background-color: $red;
&:hover, &:focus {
color: white;
color: hsla(0, 0%, 100%, 0.85);
text-decoration: none;
}
&:focus-visible {