dependabot[bot]
2024-08-15 cb68069d455cf513da4eefeab7868062085b4064
quartz/components/styles/darkmode.scss
@@ -2,6 +2,7 @@
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  & > .toggle {
    display: none;
@@ -20,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;