Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation/styles.css: Difference between revisions

From WikiOasis Meta
m 1 revision imported
Tags: Mobile edit Mobile web edit Advanced mobile edit
Miraheze >Rodejong
Darkmode (from Dev)
Line 75: Line 75:
.ts-doc-sandbox {
.ts-doc-sandbox {
clear: both;
clear: both;
}
/* Darkmode */
@media screen {
    html.skin-theme-clientpref-night .documentation,
html.skin-theme-clientpref-night .documentation-metadata {
    background-color: #0b1e1c;
}
}
@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .documentation,
    html.skin-theme-clientpref-os .documentation-metadata {
        background-color: #0b1e1c;
    }
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.