MediaWiki:Common.css: Difference between revisions

From neoksaal wiki
Jump to navigation Jump to search
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 */
body {
    background-color: pink;
}

Revision as of 18:24, 22 July 2026

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