MediaWiki:Common.css: Difference between revisions

From AI Assistant App
mNo edit summary
mNo edit summary
Line 2: Line 2:
* {font-size: 20px}
* {font-size: 20px}
tr:hover{
tr:hover{
   background:babyblue;
   background:#89CFF0;
   cursor: pointer;
   cursor: pointer;
}
}

Revision as of 00:42, 14 June 2024

/* CSS placed here will be applied to all skins */
* {font-size: 20px}
tr:hover{
   background:#89CFF0;
   cursor: pointer;
}