MediaWiki:Group-user.css: Difference between revisions

From softwear.directory
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect registered users only: body { background-color: red; transition: background-color 1s ease; }")
(No difference)

Revision as of 15:33, 21 December 2023

/* CSS placed here will affect registered users only */
body {
	background-color: red;
	transition: background-color 1s ease;
}