/* Legacy bridge: dark mode variables are now managed in ux-refresh.css */
body.dark-mode {
  color-scheme: dark;
}

body.dark-mode a {
  color: #8bf6dc;
}

body.dark-mode a:hover {
  color: #c0ffe6;
}
