MediaWiki:Common.css: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .userloginForm::before { content: "If you want to get account reach us on discord"; }")
(No difference)

Revision as of 14:10, 8 March 2024

/* CSS placed here will be applied to all skins */

.userloginForm::before {
	content: "If you want to get account reach us on discord";
}