Jacky Zhao
2024-01-29 85f05ea99b16e246b5b86e5408ff35ffa52783e2
quartz/styles/base.scss
@@ -4,7 +4,6 @@
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  width: 100vw;
@@ -59,7 +58,6 @@
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--secondary);
  display: inline-block;
  &:hover {
    color: var(--tertiary) !important;
@@ -357,6 +355,7 @@
    counter-increment: line 0;
    display: grid;
    padding: 0.5rem 0;
    overflow-x: scroll;
    & [data-highlighted-chars] {
      background-color: var(--highlight);