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 edit summary
Line 3: Line 3:
background-color: white;
background-color: white;
transition: background-color 1s ease;
transition: background-color 1s ease;
}
#p-logo a {
    display: none;
}
}

Revision as of 15:06, 21 December 2023

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

#p-logo a {
    display: none;
}