MediaWiki:Common.css: Difference between revisions

From AI Assistant App
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
Line 4: Line 4:
   background:#89CFF0;
   background:#89CFF0;
   cursor: pointer;
   cursor: pointer;
}
td a {
    display:block;
    width:100%;
}
}

Revision as of 00:49, 14 June 2024

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