MediaWiki:Common.css: Difference between revisions
From jugglingpatterns
No edit summary |
(Replaced content with "→CSS placed here will be applied to all skins: @import "/js/darkreader_export.css";") Tag: Replaced |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
@import "/js/darkreader_export.css"; |
|||
#content-container, #header-navigation-container, #header-container, #footer, #body, #content-header,#toc,#mw-editform,#content { |
|||
color: #fff; |
|||
background: #000; |
|||
} |
|||
#toctext { |
|||
color: #eee; |
|||
} |
Latest revision as of 14:42, 16 November 2023
/* CSS placed here will be applied to all skins */ @import "/js/darkreader_export.css";