Jump to content

MediaWiki:Common.css: Difference between revisions

From Encyclopedia Arelithica 3.0
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 2: Line 2:


/* background-color */
/* background-color */
.body {
body {
background-color: #ff0000 !important;
background-color: #ff0000 !important;
}
}

Revision as of 19:15, 21 September 2025

/* CSS placed here will be applied to all skins */

/* background-color */
body {
background-color: #ff0000 !important;
}