/* supplement.css — post-restore fixes */

/* Sitewide links (showSitewide) sit inside the footer <td bgcolor="#800000"> — the
   same solid maroon strip as the white copyright line (.direccion_inferior #FFF).
   Without this they inherit the site's dark link color and blend into the maroon
   (Step 17: low-contrast, text invisible). Scope to .romlifooter only so the body
   showLinks() block (.romlidata, on white) is untouched. */
.romlifooter,
.romlifooter a {
  color: #ffffff !important;
}
.romlifooter a {
  text-decoration: underline;
}
