From bf34c8ccf36a3efa97a6019cbaf0e12e4366716c Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Sun, 29 Oct 2023 18:56:00 +0100 Subject: [PATCH] Ajout du support de la sidebar --- custom/userstyle.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom/userstyle.css b/custom/userstyle.css index 85d42cb..ee30245 100644 --- a/custom/userstyle.css +++ b/custom/userstyle.css @@ -81,4 +81,12 @@ body { #dokuwiki__header h1 img { width: 3em; height: auto; +} + +#dokuwiki__aside { + color: white; +} + +#dokuwiki__aside a { + color: yellow; } \ No newline at end of file