MediaWiki:Common.css: Difference between revisions

From Astonia Redux
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .bg-dark { background-color: rgb(13,25,44) !important; }")
 
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 */
.bg-dark {
 
    background-color: rgb(13,25,44) !important;
 
}
#content { background-color: rgb(13,25,44) !important; }
 
#bodyContent { background-color: rgb(13,25,44) !important; }

Revision as of 19:28, 3 February 2023

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


#content { background-color: rgb(13,25,44) !important; }

#bodyContent { background-color: rgb(13,25,44) !important; }