1900
2024-01-30 6ba138b4fa4a9ed48a79fd2f65202c97b8d66e6f
quartz/components/styles/darkmode.scss
@@ -21,6 +21,14 @@
  }
}
:root[saved-theme="dark"] {
  color-scheme: dark;
}
:root[saved-theme="light"] {
  color-scheme: light;
}
:root[saved-theme="dark"] .toggle ~ label {
  & > #dayIcon {
    opacity: 0;