Jacky Zhao
2024-01-04 5ccc48a1728d68ceb53aeea45a451ecfc4142d52
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;