mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 09:46:39 +00:00
fix(style): ensure images have no background color when linked (#1623)
This commit is contained in:
parent
0c4281eb53
commit
adb326c933
@ -85,7 +85,7 @@ a {
|
|||||||
line-height: 1.4rem;
|
line-height: 1.4rem;
|
||||||
|
|
||||||
&:has(> img) {
|
&:has(> img) {
|
||||||
background-color: none;
|
background-color: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user