diff --git a/docusaurus.config.js b/docusaurus.config.js index ff438fb3..e806c658 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -45,11 +45,7 @@ module.exports = { target: '_self', activeBasePath: '/docs' }, - { - href: 'https://github.com/plausible/docs', - label: 'GitHub', - position: 'right', - }, + ], }, footer: { diff --git a/src/css/custom.css b/src/css/custom.css index 70860e5c..52e43955 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -436,6 +436,14 @@ html[data-theme='dark'] { --ifm-footer-background-color: var(--zinc-800); } +[class*="footerLogoLink"] { + opacity: 1 !important; +} + +[class*="footerLogoLink"]:hover { + opacity: 0.6 !important; +} + .footer__logo-image { display: block; margin: 0 auto 0.75rem;