/* Site chrome tweaks loaded on every page (via the plugin extra_css_urls).
   Datasette tints each page's <h1> / .page-header with a hashed per-database color accent; for the
   WtMTA database that hash comes out a jarring pure red (#ff0000) and it persists across every table
   and row page. Retone it to the site's U12 green so the default datasette chrome matches the custom UI.
   The accent is set as an INLINE style by datasette, so these overrides need !important. */
.page-header { border-color: #6b8448 !important; }
h1[style*="border-left"] { border-left-color: #6b8448 !important; }
