mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 15:27:13 -04:00
docs - unhide a TOC
This commit is contained in:
parent
39917f1ebe
commit
79f18effdd
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user