kabirgh
2024-02-19 a67a8d7aa9da06d8f87d0f48bac630728a4ea394
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;