From 58812f4b7bf3aebeacb7805f1dcba58b88b2e30d Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Sun, 29 Oct 2023 16:11:52 +0100 Subject: [PATCH] Fix style for mindthedark --- custom/userstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/userstyle.css b/custom/userstyle.css index 4724349..85d42cb 100644 --- a/custom/userstyle.css +++ b/custom/userstyle.css @@ -74,11 +74,11 @@ body { box-shadow: none; } -#dokuwiki__header .logo span:first-of-type { +#dokuwiki__header h1 span:first-of-type { padding: 0.05em; } -#dokuwiki__header .logo img { +#dokuwiki__header h1 img { width: 3em; height: auto; } \ No newline at end of file