Jacky Zhao
2025-03-19 eccad3da5d7b84b0f78a85b357efedef8c0127fc
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;
  }
}