1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

Old navbar color

This commit is contained in:
Alvin Bryan 2024-12-20 15:19:08 +00:00
parent 85adf13371
commit a67989f3f6
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View File

@ -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: [

View File

@ -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 {
@ -98,7 +101,6 @@ html[data-theme="dark"] {
justify-content: space-between;
gap: 10px;
height: 100%;
padding: 0.25rem 0.5rem;
}
.header-demo-button {
@ -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);
}