Jacky Zhao
2024-02-05 06ee73e006fedef64d326aae8909bcc4ca5b243a
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);
}
@@ -54,7 +54,7 @@
}
a {
  font-weight: 600;
  font-weight: $boldWeight;
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--secondary);
@@ -171,9 +171,11 @@
    & .sidebar.right {
      right: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
      flex-wrap: wrap;
      & > * {
        @media all and (max-width: $fullPageWidth) {
          flex: 1;
          min-width: 140px;
        }
      }
    }
@@ -276,7 +278,6 @@
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: translateY(-0.1rem);
    display: inline-block;
    font-family: var(--codeFont);
    user-select: none;
  }