Skip to content

Commit

Permalink
fix(style): ensure images have no background color when linked (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticdog authored Dec 3, 2024
1 parent 0c4281e commit adb326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ a {
line-height: 1.4rem;

&:has(> img) {
background-color: none;
background-color: transparent;
border-radius: 0;
padding: 0;
}
Expand Down

0 comments on commit adb326c

Please sign in to comment.