Skip to content

Commit

Permalink
Fix menu being invisible in mobile version.
Browse files Browse the repository at this point in the history
Also fix wrong logo for collapsible nav.

Signed-off-by: Gerd Zellweger <[email protected]>
  • Loading branch information
gz committed Nov 7, 2024
1 parent d2ebdac commit 10617fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const config: Config = {
logo: {
alt: 'Feldera Logo',
src: 'img/logo-color-light.svg',
srcDark: 'img/logo-color-dark.svg',
href: "https://www.feldera.com",
},
items: [
Expand Down
8 changes: 8 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
margin-top: -6px;
}

.navbar-sidebar .navbar__logo img {
content: url('/img/logo-color-dark.svg');
}

.navbar__link--active {
font-weight: bold;
}
Expand All @@ -70,6 +74,10 @@
color: #fcbe6e;
}

.navbar__toggle {
color: #ffffff !important;
}

.footer {
background-color: #333333;
color: white;
Expand Down
1 change: 1 addition & 0 deletions static/img/logo-color-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 10617fd

Please sign in to comment.