Skip to content

Commit

Permalink
fix(navbar): use css var for background-color (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Yang committed Mar 24, 2021
1 parent cee0b40 commit f385bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defineEmit(['toggle'])
border-bottom: 1px solid var(--c-divider);
padding: 0.7rem 1.5rem 0.7rem 4rem;
height: var(--header-height);
background-color: inherit;
background-color: var(--c-bg);
}
@media (min-width: 720px) {
Expand Down

0 comments on commit f385bc4

Please sign in to comment.