MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Mantikafasi (talk | contribs) (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"; }") |
Mantikafasi (talk | contribs) (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 { | |||
content: "If you want to get account reach us on discord"; | content: "If you want to get account reach us on discord"; | ||
} | } |