MediaWiki:Common.css: Difference between revisions

From AI Assistant App
mNo edit summary
Tag: Manual revert
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
* {font-size: 20px}
* {font-size: 20px}
tr:hover{
background:lightblue;
}

Revision as of 00:39, 14 June 2024

/* CSS placed here will be applied to all skins */
* {font-size: 20px}
tr:hover{
 background:lightblue;
}