/*
 * NebraOT Character Text Contrast V9
 * Strong dark text for light/beige legacy table rows.
 * JS marks only elements that are actually sitting on light backgrounds.
 */

.NebraV9LightRow,
.NebraV9LightCell {
  text-shadow: none !important;
}

.NebraV9LightRow td,
.NebraV9LightRow th,
.NebraV9LightRow span,
.NebraV9LightRow div,
.NebraV9LightRow p,
.NebraV9LightRow small,
.NebraV9LightRow font,
.NebraV9LightCell,
.NebraV9LightCell * {
  text-shadow: none !important;
}

.NebraV9LightRow a,
.NebraV9LightCell a,
.NebraV9LightRow a:visited,
.NebraV9LightCell a:visited {
  color: #651d12 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
}

.NebraV9LightRow b,
.NebraV9LightRow strong,
.NebraV9LightCell b,
.NebraV9LightCell strong {
  font-weight: 900 !important;
}

/* Do not touch the intentionally dark inventory slots. */
.NebraV9KeepDark,
.NebraV9KeepDark * {
  color: #fff !important;
}
