Jump to content

User:IntriguingArticle/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
This is not working.
No edit summary
Line 1: Line 1:
@media (prefers-color-scheme: dark) {
.globalWrapper{
body {
background-color:#363636;
color: #ccc;
background: #222;
}
}
}

Revision as of 04:28, 8 July 2021

@media (prefers-color-scheme: dark) {
    body {
        color: #ccc;
        background: #222;
    }
}