MediaWiki:Common.css: Difference between revisions

From Grifkuba
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 5: Line 5:


code {
code {
background-color: transparent;
background: transparent;
}
}

Revision as of 21:54, May 19, 2022

/* CSS placed here will be applied to all skins */
#mw-related-navigation {
	display: none;
}

code {
	background: transparent;
}