Ben Schlegel
2023-09-17 7ac772fca8bf26c1023f905cdb77e6972a0d4b61
fix: darkmode scroll bars (#480)

1 files modified
8 ■■■■■ changed files
quartz/components/styles/darkmode.scss 8 ●●●●● patch | view | raw | blame | history
quartz/components/styles/darkmode.scss
@@ -21,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;