_sass/chaos/desktop-header.scss in jekyll-theme-chaos-0.1.0 vs _sass/chaos/desktop-header.scss in jekyll-theme-chaos-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
.desktop {
- background-color: $background-color;
+ background-color: $desktop-header-background-color;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-items: space-between;
@@ -30,10 +30,10 @@
flex-shrink: 10000;
min-width: 15px;
}
.page-link {
- color: $text-color;
+ color: $desktop-header-text-color;
line-height: $base-line-height;
font-family: $header-font-stack;
font-size: $base-font-size * 1.5;
transition: 0.1s;
line-height: 1;