Florence
2023-11-01 05a1c34c6f6973eebcbcc50f50b64c2a0d62e8fa
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;