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

This commit is contained in:
Thomas Jund 2024-04-11 15:00:09 +02:00 committed by Thomas Jund
parent c98bcb3734
commit e3148035bf
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 {