/* Minimal dark mode settings
   - delete this file if you don't want dark-mode
   - it's generally easier to change practical colours (ie '--crm-c-page-background')
     than to change the colours themesleves (ie '--crm-c-gray-900').
*/

:root {
  --crm-c-text: #fff;
  --crm-c-page-background: var(--crm-c-gray-900);
}
