Permanently protected template

Template:Row hover highlight/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Jroberson108 at 10:15, 3 August 2025 (Set fallback colors to what those global variables set for consistency.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
.hover-highlight tr:hover,
.mw-datatable tr:hover {
  background-color: var(--background-color-progressive-subtle, #f1f4fd);
  color: var(--color-base, #202122);
}
.mw-datatable {
  background-color: var(--background-color-base, #fff);
  color: var(--color-base, #202122);
}