Jacky Zhao
2024-03-18 daa8796554dea41d6fbf81f4eccea58153a4e850
quartz/styles/base.scss
@@ -26,7 +26,7 @@
}
::selection {
  background: color-mix(in srgb, var(--tertiary) 75%, transparent);
  background: color-mix(in srgb, var(--tertiary) 60%, rgba(255, 255, 255, 0));
  color: var(--darkgray);
}
@@ -53,8 +53,12 @@
  }
}
strong {
  font-weight: $semiBoldWeight;
}
a {
  font-weight: 600;
  font-weight: $semiBoldWeight;
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--secondary);
@@ -75,6 +79,11 @@
      border-radius: 0;
      padding: 0;
    }
    &.tag-link {
      &::before {
        content: "#";
      }
    }
  }
  &.external .external-icon {
@@ -171,9 +180,11 @@
    & .sidebar.right {
      right: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
      flex-wrap: wrap;
      & > * {
        @media all and (max-width: $fullPageWidth) {
          flex: 1;
          min-width: 140px;
        }
      }
    }
@@ -257,11 +268,9 @@
  font-weight: revert;
  margin-bottom: 0;
  article > & > a {
  article > & > a[role="anchor"] {
    color: var(--dark);
    &.internal {
      background-color: transparent;
    }
    background-color: transparent;
  }
}