Jacky Zhao
2023-12-18 78b33fc2fb2d2b30e0cdf6fbd50c74efceac1c56
quartz/styles/base.scss
@@ -64,11 +64,17 @@
    color: var(--tertiary) !important;
  }
  &.internal:not(:has(> img)) {
  &.internal {
    text-decoration: none;
    background-color: var(--highlight);
    padding: 0 0.1rem;
    border-radius: 5px;
    &:has(> img) {
      background-color: none;
      border-radius: 0;
      padding: 0;
    }
  }
}
@@ -94,8 +100,6 @@
  }
  & article {
    position: relative;
    & > h1 {
      font-size: 2rem;
    }