/* Match the dark terminal background used by VerbalizationPipeline.html()
   (see _HTML_PAGE_TEMPLATE in pipeline.py). Without this, text_html outputs
   inherit the page white background, making #eded18 yellow nearly invisible. */
.cell_output .output.text_html {
  background: #1e1e1e;
  color: #d4d4d4;
  font-family: monospace;
  font-size: 14px;
  padding: 0.75em;
  border-radius: 0.4em;
  line-height: 1.8;
}

.cell_output .output.text_html a {
  color: inherit;
}
