docs - unhide a TOC

This commit is contained in:
Cody Glassman 2025-06-20 06:23:54 -07:00
parent 39917f1ebe
commit 79f18effdd
2 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,11 @@
}
}
/* Enable hover-to-highlight in TOC */
.contents ul li a.reference:hover, .toctree-wrapper ul li a.reference:hover {
color: hsl(var(--foreground)) !important;
}
/* Hide text underline in tables since the underlines clash with table lines */
#content a.sd-badge:not(.toc-backref), #content table a:not(.toc-backref) {
text-decoration: none;

View File

@ -6,7 +6,6 @@ In order to use OpenMW, you must install both the engine and the game files for
.. toctree::
:maxdepth: 2
:hidden:
install-openmw
install-game-files