dependabot[bot]
2025-03-24 9d8d238912dec82ed8310eb67d0b2587f571b6db
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;
  }
}