From 365a5e508ff287497bb6cdd53b616ea6ef26cec6 Mon Sep 17 00:00:00 2001 From: Marko Saric Date: Fri, 8 May 2026 13:36:59 +0200 Subject: [PATCH] footer logo --- docusaurus.config.js | 6 +----- src/css/custom.css | 8 ++++++++ 2 files changed, 9 insertions(+), 5 deletions(-) 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;