User:IntriguingArticle/monobook.css: Difference between revisions
Appearance
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; |
|||
} |
|||
} |
} |