_sass/components/header-bar.scss in jekyll-theme-pirati-5.3.1 vs _sass/components/header-bar.scss in jekyll-theme-pirati-6.0.0

- old
+ new

@@ -1,16 +1,16 @@ $hb-ns: ''; .#{$hb-ns}c-header-bar { - background: $primary-color; + background: $ternary-color; } .#{$hb-ns}c-header-bar .#{$hb-ns}c-header-bar-divider { width: 100%; height: 1px; margin: 10px auto; - background: $secondary-color; + background: $dark-gray; @include breakpoint(860px) { display: inline-block; width: 1px; height: 22px; @@ -41,13 +41,17 @@ .#{$hb-ns}c-header-bar .#{$hb-ns}c-header-bar__item { display: inline-block; margin-left: 0; - a:hover { - text-decoration: underline; - } + a { + color: $dark-gray; + &:hover { + color: $white; + text-decoration: underline; + } + } } .#{$hb-ns}c-header-bar { @include breakpoint(medium) {