mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 13:46:33 +00:00
17 lines
306 B
CSS
17 lines
306 B
CSS
#content a.sd-badge:not(.toc-backref) {
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
.dark\:invert {
|
|
--tw-invert: none;
|
|
}
|
|
}
|
|
|
|
.md-sidebar--primary {
|
|
width: 500px; /* default is 240px */
|
|
}
|
|
|
|
.md-content {
|
|
margin-left: 500px; /* match the new sidebar width */
|
|
}
|