fix(style): ensure images have no background color when linked (#1623)

This commit is contained in:
Aaron Bull Schaefer 2024-12-02 22:43:22 -08:00 committed by GitHub
parent 0c4281eb53
commit adb326c933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,7 @@ a {
line-height: 1.4rem;
&:has(> img) {
background-color: none;
background-color: transparent;
border-radius: 0;
padding: 0;
}