_sass/components/header-bar.scss in jekyll-theme-pirati-2.0.0 vs _sass/components/header-bar.scss in jekyll-theme-pirati-3.0.0

- old
+ new

@@ -1,15 +1,15 @@ $hb-ns: ''; .#{$hb-ns}c-header-bar { - background: #343434; + background: $primary-color; } .#{$hb-ns}c-header-bar .#{$hb-ns}c-header-bar-divider { width: 100%; height: 1px; margin: 10px auto; - background: #adadad; + background: $secondary-color; @include breakpoint(860px) { display: inline-block; width: 1px; height: 22px;