You can edit almost every page by Creating an account and confirming your email.

Template:Import-blanktable/styles.css

From EverybodyWiki Bios & Wiki
/** {{pp-template}}
 * Inspired by the mw-datatable class in MediaWiki.
 *
 * Created in 2021 following https://phabricator.wikimedia.org/T287997.
 */

.tpl-blanktable {
    background: #fff;
}
.tpl-blanktable tr:hover {
    background: #eaf3ff;
}