Ajout du support de la sidebar

This commit is contained in:
2023-10-29 18:56:00 +01:00
parent 58812f4b7b
commit bf34c8ccf3

View File

@ -81,4 +81,12 @@ body {
#dokuwiki__header h1 img { #dokuwiki__header h1 img {
width: 3em; width: 3em;
height: auto; height: auto;
}
#dokuwiki__aside {
color: white;
}
#dokuwiki__aside a {
color: yellow;
} }