Jacky Zhao
2024-01-01 b33f13ccaf4ec14a94ee0ee467dda04cf4981d00
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;