Jacky Zhao
2025-03-13 1efe2e20a4fb2f47625c4a22c9ad87f7830eabf3
quartz/components/styles/darkmode.scss
@@ -29,19 +29,19 @@
}
:root[saved-theme="dark"] .darkmode {
  & > #dayIcon {
  & > .dayIcon {
    display: none;
  }
  & > #nightIcon {
  & > .nightIcon {
    display: inline;
  }
}
:root .darkmode {
  & > #dayIcon {
  & > .dayIcon {
    display: inline;
  }
  & > #nightIcon {
  & > .nightIcon {
    display: none;
  }
}