fix(style): ensure images have no background color when linked (#1623)
This commit is contained in:
parent
0c4281eb53
commit
adb326c933
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ a {
|
|||
line-height: 1.4rem;
|
||||
|
||||
&:has(> img) {
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue