MediaWiki:Common.css: Difference between revisions

From Aetherium
Jump to navigation Jump to search
(Replaced content with "→‎CSS placed here will be applied to all skins: body { background-color: #030f35; }")
Tag: Replaced
No edit summary
Line 2: Line 2:


body { background-color: #030f35; }
body { background-color: #030f35; }
#content { background-color: #6B87E1; }

Revision as of 00:07, 5 July 2023

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

body { background-color: #030f35; }

#content { background-color: #6B87E1; }