MediaWiki:Common.css: Difference between revisions
From jugglingpatterns
(Created page with "→CSS placed here will be applied to all skins: #content-container { color: #fff; background: #000; }") |
(Replaced content with "→CSS placed here will be applied to all skins: @import "/js/darkreader_export.css";") Tag: Replaced |
||
(13 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 { |
|||
color: #fff; |
|||
background: #000; |
|||
} |
Latest revision as of 14:42, 16 November 2023
/* CSS placed here will be applied to all skins */ @import "/js/darkreader_export.css";