Skip to content

Commit

Permalink
fix: tmp add navbar background on 'landing' page
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsek committed Dec 20, 2024
1 parent 3c66420 commit 4847c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/audiodocs/src/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
background-color: var(--ifm-navbar-background-color);
}

[class*='navbarHideable'] {
background-color: var(--ifm-navbar-background-color) !important;
}

.navbar__title {
display: flex;
align-items: center;
Expand Down

0 comments on commit 4847c82

Please sign in to comment.