
body.dark .declaration-dark-mode {
   background: #1e1e1e !important;
  color: #ffffff !important;
}

body.dark .declaration-dark-mode:hover {
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
}
