mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
Old navbar color
This commit is contained in:
parent
85adf13371
commit
a67989f3f6
@ -67,10 +67,10 @@ const config: Config = {
|
|||||||
indexName: 'getunleash',
|
indexName: 'getunleash',
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
|
style: 'dark',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Unleash logo',
|
alt: 'Unleash logo',
|
||||||
src: 'img/unleash_logo_dark.svg',
|
src: 'img/unleash_logo_white.svg',
|
||||||
srcDark: 'img/unleash_logo_white.svg',
|
|
||||||
href: 'https://www.getunleash.io',
|
href: 'https://www.getunleash.io',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
|
@ -89,6 +89,9 @@ html[data-theme="dark"] {
|
|||||||
.navbar {
|
.navbar {
|
||||||
color: var(--unleash-navbar-font-color);
|
color: var(--unleash-navbar-font-color);
|
||||||
font-family: Styrene B Web, sans-serif;
|
font-family: Styrene B Web, sans-serif;
|
||||||
|
height: 3.75rem;
|
||||||
|
background-color: #1a4049;
|
||||||
|
color: var(--ifm-navbar-link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-github-link {
|
.header-github-link {
|
||||||
@ -98,7 +101,6 @@ html[data-theme="dark"] {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0.25rem 0.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-demo-button {
|
.header-demo-button {
|
||||||
@ -247,7 +249,7 @@ main
|
|||||||
.navbar__item:has(.navbar-separator) {
|
.navbar__item:has(.navbar-separator) {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
background: rgba(255, 255, 255, 0.3);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin-inline: var(--ifm-spacing-horizontal);
|
margin-inline: var(--ifm-spacing-horizontal);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user