Skip to content

Commit

Permalink
fix(style): ensure images have no background color when linked (jacky…
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticdog authored and dynamotn committed Dec 27, 2024
1 parent 9464bc3 commit 679d0cc
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 679d0cc

Please sign in to comment.