mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-21 16:24:36 +00:00
fix(style): ensure images have no background color when linked (#1623)
This commit is contained in:

committed by
GitHub

parent
0c4281eb53
commit
adb326c933
@ -85,7 +85,7 @@ a {
|
||||
line-height: 1.4rem;
|
||||
|
||||
&:has(> img) {
|
||||
background-color: none;
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user