MediaWiki:Common.css: Difference between revisions

From jugglingpatterns
(Replaced content with "→‎CSS placed here will be applied to all skins: @import "/js/darkreader_export.css";")
Tag: Replaced
No edit summary
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";
@import "/js/darkreader_export.css";
pre {
white-space: pre;
overflow-x: auto;
font-family: monospace;
}

Revision as of 14:26, 13 January 2025

/* CSS placed here will be applied to all skins */
@import "/js/darkreader_export.css";
pre {
    white-space: pre;
    overflow-x: auto;
    font-family: monospace;
}