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;