feat(code): add specify styles for code blocks
This commit is contained in:
parent
6c0c7e7624
commit
ce94858f01
|
@ -33,4 +33,10 @@ pre {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:has(code) {
|
||||||
|
margin: .5rem 0;
|
||||||
|
font-size: 1.05rem;
|
||||||
|
font-family: var(--xm-font-code);
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue