Jacky Zhao
2023-12-14 4442847b37e6532742e246fedb43fd3d60384545
fix: internal link selector specificity
1 files modified
8 ■■■■ changed files
quartz/styles/base.scss 8 ●●●● patch | view | raw | blame | history
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;
    }
  }
}