Taha
2025-03-21 9316ddf2f5ca7d0a08b06a9a6d548e9ad180fc4f
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;
  }
}