1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 22:16:38 +00:00
openmw/docs/source/_static/theme-override.css
2025-06-17 11:42:13 -07:00

23 lines
No EOL
385 B
CSS

#content a.sd-badge:not(.toc-backref), #content table a:not(.toc-backref) {
text-decoration: none;
}
.dark\:invert {
--tw-invert: none !important;
}
code {
white-space: normal;
}
.md-sidebar--primary {
width: 500px; /* default is 240px */
}
.md-content {
margin-left: 500px; /* match the new sidebar width */
}
#searchbox kbd {
display: none !important;
}