Jacky Zhao
2024-02-05 06ee73e006fedef64d326aae8909bcc4ca5b243a
quartz/styles/base.scss
@@ -7,8 +7,6 @@
  text-size-adjust: none;
  overflow-x: hidden;
  width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
@@ -28,7 +26,7 @@
}
::selection {
  background: color-mix(in srgb, var(--tertiary) 60%, transparent);
  background: color-mix(in srgb, var(--tertiary) 60%, rgba(255, 255, 255, 0));
  color: var(--darkgray);
}