diff --git a/src/components/Navigation/styles.module.scss b/src/components/Navigation/styles.module.scss index 2d5a075..c7830c1 100644 --- a/src/components/Navigation/styles.module.scss +++ b/src/components/Navigation/styles.module.scss @@ -76,11 +76,6 @@ } } - &.active { - color: $color-yellow; - background-color: $color-black; - } - @include desktop { margin: 0; padding: 7px 6px 6px; @@ -97,6 +92,11 @@ } } + &.active { + color: $color-yellow; + background-color: $color-black; + } + a { font-size: 0.9em; font-weight: bold;