Jump to content

MediaWiki:Common.css: Difference between revisions

From jeankn.app WIKI
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 16: Line 16:


#mw-list-item {
#mw-list-item {
background-color: #333333;
background-color: #333333 !important;
color: #ffffff;
color: #ffffff;
}
}

Revision as of 17:42, 19 October 2025

/* Change background and link colors globally */
body {
    background-color: #000000;
    color: #ffffff;
}

#mw-head {
    background-color: #000000;
    color: #ffffff;
}

#content {
	background-color: #333333;
	color: #ffffff;
}

#mw-list-item {
	background-color: #333333 !important;
	color: #ffffff;
}