diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6fea8bb21..7e074d58d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -122,12 +122,6 @@ const config: Config = { { to: 'community', label: 'Resources' }, ], }, - { - label: 'Why Electron', - type: 'doc', - docId: 'latest/why-electron', - position: 'left', - }, { href: 'https://releases.electronjs.org', label: 'Releases', diff --git a/src/css/custom.scss b/src/css/custom.scss index 179df73d2..b7f985b15 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -207,7 +207,7 @@ html { .button { &--outline { - border: 1px solid; + outline: 1px solid; color: var(--ifm-color-primary); &:hover { color: var(--ifm-color-primary-dark); @@ -229,6 +229,11 @@ html { border-color: var(--electron-color-light); color: black; } + + &.button--outline { + background: transparent; + color: var(--electron-color-light); + } } } diff --git a/src/pages/home/_index.tsx b/src/pages/home/_index.tsx index 2007be5bd..87a980ba7 100644 --- a/src/pages/home/_index.tsx +++ b/src/pages/home/_index.tsx @@ -32,10 +32,16 @@ export default function Home() {

{siteConfig.tagline}

- Docs + Get Started → + + + Why Electron?
@@ -240,10 +246,6 @@ export default function Home() {
-
- New! -
-

Electron Forge

Electron Forge is a batteries-included toolkit for building