1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/indexmenu/images/doku2/style.css
Daniel Baumann f339727d60
Adding indexmenu version 2024-01-05 (ed06f21).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:15 +01:00

19 lines
372 B
CSS

/*Link properties*/
.dokuwiki .aside .dtree a,
.dokuwiki .dtree a:visited,
.dokuwiki .aside .dtree a:visited,
.dokuwiki .dtree a:link,
.dokuwiki .aside .dtree a:link {
text-decoration: none;
color: #2B73B7;
}
/* Current page not highlighting*/
.dokuwiki .aside .dtree a.navSel {
/* background-color: transparent; */
background-color: __highlight__;
}