/*
 * Overrides for styles applied to ordinary text links in the deployed site.
 * Loaded after the external Big Cartel theme.
 */
html body #content a,
html body #site_footer a,
html body .romlidata a,
html body .romlifooter a {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body #content a::selection,
html body #content a *::selection,
html body #site_footer a::selection,
html body #site_footer a *::selection,
html body .romlidata a::selection,
html body .romlidata a *::selection,
html body .romlifooter a::selection,
html body .romlifooter a *::selection {
  color: inherit;
  background: transparent;
}

