MediaWiki:Common.css: Difference between revisions

From LudoWiki
(Created page with "→‎CSS placed here will be applied to all skins: table.alternate tr:nth-child(even) {background: #f8f9fa;}")
 
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 */


table.alternate tr:nth-child(even) {background: #f8f9fa;}
table.alternate tr:nth-child(even) {background: #F8F9FA;}

Revision as of 05:47, 2 February 2023

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

table.alternate tr:nth-child(even) {background: #F8F9FA;}