1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 12:46:34 +00:00
openmw/docs/source/_static/theme-override.css
2025-06-17 11:03:55 -07:00

21 lines
341 B
CSS

#content a.sd-badge:not(.toc-backref) {
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.dark\:invert {
--tw-invert: none;
}
}
code {
white-space: normal;
}
.md-sidebar--primary {
width: 500px; /* default is 240px */
}
.md-content {
margin-left: 500px; /* match the new sidebar width */
}