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"; }")
 
(its a id not class)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


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

Revision as of 14:13, 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";
}