/**
 * servers_taskade_light_mode.css
 *
 * The base theme (servers_taskade_theme.css) is now light by default.
 * This file is kept for legacy compatibility but contains only the
 * theme-toggle button chrome so the buttons still display correctly
 * if the toggle markup is still present in the DOM.
 *
 * The data-color-mode="light" attribute is always set by base.html,
 * so there are no conditional overrides needed here.
 */

/* Hide theme toggle — dashboard is light-only */
body.servers-taskade .theme-toggle,
body.servers-taskade .theme-toggle-outer {
  display: none !important;
}
