Toggle menu
9
0
4
180
sampsphere.com
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #000; color: #fff; }"
(No difference)

Revision as of 12:38, 20 December 2024

/* CSS placed here will be applied to all skins */
body {
    background-color: #000;
    color: #fff;
}