User:IntriguingArticle/monobook.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
body { |
body { |
||
color: #ccc; |
color: #ccc; |
||
background: # |
background: #444; |
||
} |
} |
||
} |
} |
Revision as of 04:39, 8 July 2021
@media (prefers-color-scheme: dark) {
body {
color: #ccc;
background: #444;
}
}
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);
}