Skip to content

Commit

Permalink
cosmetic changes white header
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed May 14, 2024
1 parent 6279068 commit 24088f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ html.is-clipped--navbar {
} */

.navbar-scrollable {
background: var(--navbar-background);
background: var(--color-white);
color: var(--navbar-font-color);
font-size: calc(16 / var(--rem-base) * 1rem);
height: calc(var(--navbar-height) / 2);
Expand All @@ -27,7 +27,7 @@ html.is-clipped--navbar {
}

.navbar {
background: var(--navbar-background);
background: var(--color-white);
color: var(--navbar-font-color);
font-size: calc(16 / var(--rem-base) * 1rem);
height: calc(var(--navbar-height) / 2);
Expand Down

0 comments on commit 24088f8

Please sign in to comment.