Jump to content

User:IntriguingArticle/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 2: Line 2:
body {
body {
color: #ccc;
color: #ccc;
background: #222;
background: #333;
}
}
}
}

Revision as of 04:39, 8 July 2021

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

div#content, div#p-cactions li a:hover, div#p-cactions li.selected a, div#content div.thumb {
    background-color:#9c9c9c
}


.ns-0 div#content, .ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a, .ns-0 div#content div.thumb {
background-color: rgb(162, 162, 162);
}