/* Hand-written dark-theme corrections. Not generated: build_theme.py never reads this file.
   The accent brightens in the dark theme, so anything sitting on it takes dark ink instead. */
:root[data-theme="dark"] .button.primary,
:root[data-theme="dark"] .brand-mark,
:root[data-theme="dark"] .auth-submit.primary{color:#06211d}
:root[data-theme="dark"] .brand-mark>span{border-color:#06211d}
@media(prefers-color-scheme:dark){
  :root:not([data-theme="light"]) .button.primary,
  :root:not([data-theme="light"]) .brand-mark,
  :root:not([data-theme="light"]) .auth-submit.primary{color:#06211d}
  :root:not([data-theme="light"]) .brand-mark>span{border-color:#06211d}
}
