Sam Stokes
2023-12-05 a7e20804f5fe68dff7b71f3065f60e2147d633ba
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;