From 3b94461f8d06c6ace9ab99d0844d2b1efc447829 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Fri, 18 Oct 2024 07:33:33 +0200 Subject: [PATCH] fix: remove white filter from logo and make it a little bigger --- layouts/partials/docs/inject/head.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/docs/inject/head.html b/layouts/partials/docs/inject/head.html index 9e724d4..ac6150d 100644 --- a/layouts/partials/docs/inject/head.html +++ b/layouts/partials/docs/inject/head.html @@ -3,4 +3,9 @@ max-width: 100%; height: auto; } + main aside nav h2 a img.book-icon { + filter: unset; + height: 2em; + width: 2em; + }