diff --git a/components/TempDesignSystem/Link/link.module.css b/components/TempDesignSystem/Link/link.module.css index 3fc3b2582..44dc08680 100644 --- a/components/TempDesignSystem/Link/link.module.css +++ b/components/TempDesignSystem/Link/link.module.css @@ -90,10 +90,21 @@ padding: var(--Spacing-x2) var(--Spacing-x0); color: var(--Base-Text-High-contrast); text-decoration: none; + border-bottom: 2px solid transparent; + transition: border-bottom 0.3s ease-in-out; +} + +.tab:hover { + border-bottom: 2px solid var(--Scandic-Brand-Burgundy); +} + +.tab.burgundy:hover { + color: var(--Base-Text-High-contrast); } .tab.active { border-bottom: 2px solid var(--Scandic-Brand-Burgundy); + font-weight: 600; } .black {