mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 11:51:23 -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 */
|
/* 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) {
|
#content a.sd-badge:not(.toc-backref), #content table a:not(.toc-backref) {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -6,7 +6,6 @@ In order to use OpenMW, you must install both the engine and the game files for
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:hidden:
|
|
||||||
|
|
||||||
install-openmw
|
install-openmw
|
||||||
install-game-files
|
install-game-files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user