Skip to content

Commit

Permalink
Old navbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinometric committed Dec 20, 2024
1 parent 85adf13 commit a67989f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ const config: Config = {
indexName: 'getunleash',
},
navbar: {
style: 'dark',
logo: {
alt: 'Unleash logo',
src: 'img/unleash_logo_dark.svg',
srcDark: 'img/unleash_logo_white.svg',
src: 'img/unleash_logo_white.svg',
href: 'https://www.getunleash.io',
},
items: [
Expand Down
6 changes: 4 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ html[data-theme="dark"] {
.navbar {
color: var(--unleash-navbar-font-color);
font-family: Styrene B Web, sans-serif;
height: 3.75rem;
background-color: #1a4049;
color: var(--ifm-navbar-link-color);
}

.header-github-link {
Expand All @@ -98,7 +101,6 @@ html[data-theme="dark"] {
justify-content: space-between;
gap: 10px;
height: 100%;
padding: 0.25rem 0.5rem;
}

.header-demo-button {
Expand Down Expand Up @@ -247,7 +249,7 @@ main
.navbar__item:has(.navbar-separator) {
width: 1px;
height: 100%;
background: rgba(0, 0, 0, 0.3);
background: rgba(255, 255, 255, 0.3);
padding: 0;
margin-inline: var(--ifm-spacing-horizontal);
}
Expand Down

0 comments on commit a67989f

Please sign in to comment.