Difference between revisions of "MediaWiki:Common.css"

From Madeirense Puro

(Created page with "→‎CSS placed here will be applied to all skins: body{ background: #f9c70e; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body{  
body{  
     background: #f9c70e;
     background: linear-gradient(126deg, #fbc618, #ffffff00);
}
}

Revision as of 22:50, 14 March 2022

/* CSS placed here will be applied to all skins */
body{ 
    background: linear-gradient(126deg, #fbc618, #ffffff00);
}