<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file carbon-impact-evaluator-table.scss
 * Style implementation file for Carbon impact evaluator table.
 *
 */
.carbon-table thead {
  background: #86c8b4;
  color: #2f4f4f;
}
.carbon-table tbody {
  background: rgba(134, 200, 180, 0.3607843137);
}
</pre></body></html>