MediaWiki:Common.css: Difference between revisions

From softwear.directory
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: white; transition: background-color 1s ease; }")
(No difference)

Revision as of 15:04, 21 December 2023

/* CSS placed here will be applied to all skins */
body {
	background-color: white;
	transition: background-color 1s ease;
}