dependabot[bot]
2024-05-13 67f3614f3d58d8c27e9dbf6ad2201493b1a627ca
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;