mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-07 19:30:04 -04:00
18 lines
306 B
CSS
18 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 */
|
|
}
|