Toggle 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: red; }")
 
No edit summary
Line 2: Line 2:
body {
body {
background-color: red;
background-color: red;
}
a {
color: red;
}
}

Revision as of 13:09, 6 November 2024

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