Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ x-search {
visibility: hidden;
}

/* Navbar logo uses ThemedComponent which sets display:none as base,
relying on [data-theme] selectors to show. This causes flicker
during navigation. Force it always visible since we use one logo. */
.navbar__brand img {
display: initial !important;
}


:root {
--docsearch-muted-color: #666c77 !important;
Expand Down
Loading