Skip to content

Commit

Permalink
Minor & temporary adjustments to topbar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-arthur committed Jan 14, 2025
1 parent f2404f0 commit 7dd5762
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
@import "minimal-mistakes/page";
@import "minimal-mistakes/archive";
@import "minimal-mistakes/sidebar";
@import "minimal-mistakes/topbar";
@import "minimal-mistakes/print";
12 changes: 11 additions & 1 deletion _sass/minimal-mistakes/_topbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
z-index: 20;
background-color: $header-background-color;
background-color: $subheader-background-color;

.nav__list {
margin-bottom: 0;
}
.nav__items {
margin: 0 1em;
}
label {
margin-top: 3px;
}

&__inner-wrap {
@include clearfix;
Expand Down
2 changes: 2 additions & 0 deletions _sass/minimal-mistakes/skins/_arthur.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ $caption-font-family: $sans-serif !default;
$text-color: #3B3E40 !default;
$muted-text-color: $text-color !default;
$primary-color: #e2e1dd !default;
$secondary-color: mix(#fff, #e2e1dd, 20%) !default;
$border-color: mix(#fff, $text-color, 75%) !default;
$background-color: #f2f1ed !default;
$header-background-color: $primary-color !default;
$subheader-background-color: $secondary-color !default;
$footer-background-color: $primary-color !default;
$link-color: #515999 !default;
$masthead-link-color: $text-color !default;
Expand Down

0 comments on commit 7dd5762

Please sign in to comment.