Skip to content

Commit

Permalink
feat: use dark mode fluvio community logo (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai authored Jul 10, 2024
1 parent 84a5a41 commit c3ab301
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ const config: Config = {
navbar: {
logo: {
alt: "InfinyOn Logo",
src: "img/fluvio-community-alt-dark.png",
srcDark: "img/fluvio-community-alt-dark.png",
height: '40px',
width: '80px',
src: "img/fluvio-community-purple.png",
srcDark: "img/fluvio-community-blue.png",
style: {
padding: '10px 0',
}
},
items: [
{
Expand Down
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ html[data-theme="dark"] .menu__link:hover {
@apply m-0 p-0;
}

@media (max-width: 1120px) {
.navbar__logo {
display: none !important;
}
}

@media (max-width: 996px) {
.navbar__items.navbar__items--right li.custom-button {
display: none !important;
Expand Down
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file removed static/img/docusaurus.png
Binary file not shown.
Binary file removed static/img/fluvio-community-alt-dark.png
Binary file not shown.
Binary file added static/img/fluvio-community-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fluvio-community-purple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/img/logo.svg

This file was deleted.

0 comments on commit c3ab301

Please sign in to comment.