Aaron Bull Schaefer
2024-12-03 adb326c933426bb350bbde8580ef7ddc0fee59c3
fix(style): ensure images have no background color when linked (#1623)

1 files modified
2 ■■■ changed files
quartz/styles/base.scss 2 ●●● patch | view | raw | blame | history
quartz/styles/base.scss
@@ -85,7 +85,7 @@
    line-height: 1.4rem;
    &:has(> img) {
      background-color: none;
      background-color: transparent;
      border-radius: 0;
      padding: 0;
    }