Update inline image style
This commit is contained in:
parent
6174b8d252
commit
a1dcfd5592
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ a:before {
|
|||
left: -1.25rem;
|
||||
}
|
||||
|
||||
a:has(img):before {
|
||||
content: '';
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: 1.5rem -1rem 2rem;
|
||||
background-color: #eee;
|
||||
|
|
Loading…
Reference in a new issue