From 250addfb3fdc7ce25c7b79d8fdba3bf9bd3d2342 Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Sun, 29 Oct 2023 15:38:49 +0100 Subject: [PATCH] Improved labolyon link --- custom/header.html | 4 +++- custom/userstyle.css | 13 +++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/custom/header.html b/custom/header.html index b3b940c..e0f41bb 100644 --- a/custom/header.html +++ b/custom/header.html @@ -1 +1,3 @@ -Labolyon.fr \ No newline at end of file + \ No newline at end of file diff --git a/custom/userstyle.css b/custom/userstyle.css index c311e01..f60c488 100644 --- a/custom/userstyle.css +++ b/custom/userstyle.css @@ -23,6 +23,19 @@ body { fill: yellow !important; } +.secondary-nav { + text-align: left; + margin-bottom: 15px; +} + +.secondary-nav a { + color: yellow; +} + +.secondary-nav > * { + display: block; +} + #dokuwiki__pagetools:hover div.tools ul { background: black; border-collapse: white;