/* Bulwark Webmail theme override — served directly by nginx, outside the app container.
   Only --color-secondary is changed so surfaces that used the lighter grey (#262626)
   become the same black as --color-background (#0a0a0a). */
.dark {
  --color-secondary: #0a0a0a !important;
}
