MediaWiki:Common.css: Difference between revisions

From Reuse
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: .prompt {font-family: serif;}")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.prompt {font-family: serif;}
.prompt {font-family: serif; background: green;}

Revision as of 13:43, 13 April 2024

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

.prompt {font-family: serif; background: green;}