User:Monster Domosed/common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


.infobox_item a, .infobox_item a:visited, .infobox_item a:hover {
.infobox_item a, .infobox_item a:visited, .infobox_item a:hover {
  color: var(--link-color);
   text-decoration: none !important;
   text-decoration: none !important;
  border-bottom: 2px solid currentColor;
}
}


.mw-parser-output .infobox-h-subsection tr > td:first-child span {
.mw-parser-output .infobox-h-subsection tr > td:first-child span {
   color: var(--th-heroinfobox-stats-text);
   color: var(--link-color);
   text-decoration: none !important;
   text-decoration: none !important;
  border-bottom: 2px solid currentColor;
}
}