mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-24 14:41:49 -05:00
Make code block caption stand out more
This commit is contained in:
parent
07060ae5e6
commit
bf9644fe04
@ -583,6 +583,11 @@
|
|||||||
|
|
||||||
figure > figcaption {
|
figure > figcaption {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
figure.code-example > figcaption {
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure > *:last-child {
|
figure > *:last-child {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user