MediaWiki:Common.css: Difference between revisions

From Discord Client Modding Wiki
Jump to navigation Jump to search
(its a id not class)
(make text red so its more noticable)
Line 2: Line 2:


#userloginForm::before {
#userloginForm::before {
color:red;
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:16, 8 March 2024

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

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