/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Table definition code block: dark background, preserve Rouge inline colors on spans */
.infotable-definition-block .infotable-definition-pre,
.infotable-definition-block .infotable-definition-pre code {
  background-color: #1e1e1e !important;
  color: #e0e0e0 !important;
}
.infotable-definition-block .infotable-definition-pre code span {
  background: transparent !important;
}
