diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4290127a7..80d870e5d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -138,32 +138,32 @@ const config: Config = { items: [ { label: 'Discord', - href: 'https://discord.gg/getpieces', + href: 'https://pieces.app/discord', }, { label: 'Twitter', href: 'https://twitter.com/getpieces', }, - { - label: 'LinkedIn', - href: 'https://www.linkedin.com/company/getpieces', - }, { label: 'YouTube', - href: 'https://www.youtube.com/@getpieces', + href: 'https://youtube.com/@getpieces', }, { label: 'Instagram', - href: 'https://www.instagram.com/getpieces', - }, - { - label: 'Facebook', - href: 'https://www.facebook.com/getpieces', + href: 'https://instagram.com/getpieces', }, { label: 'GitHub', href: 'https://github.com/orgs/pieces-app', - } + }, + { + label: 'LinkedIn', + href: 'https://linkedin.com/company/getpieces', + }, + { + label: 'Facebook', + href: 'https://facebook.com/getpieces', + }, ], }, { @@ -179,7 +179,7 @@ const config: Config = { }, { label: 'Press', - href: 'https://news.pieces.app', + href: 'https://pieces.app/news', }, { label: 'Newsletter', diff --git a/src/css/custom.css b/src/css/custom.css index 897097530..c6ee95fb1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -24,6 +24,7 @@ --ifm-color-secondary-lightest: #ffffff; --ifm-code-font-size: 95%; + --ifm-footer-background-color: var(--ifm-color-secondary-light); --docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.1); @@ -63,6 +64,7 @@ --ifm-color-secondary-lightest: #424242; /* Original: #3cad6e, now the lightest dark gray before transitioning to lighter shades */ --ifm-badge-color: var(--ifm-color-secondary); + --ifm-footer-background-color: var(--ifm-color-secondary-darkest); --docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.3); /* Original: rgba(0, 0, 0, 0.3), now a light transparent white */