1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-24 06:31:46 -05:00

Make code block caption stand out more

This commit is contained in:
Jonas Schäfer 2019-04-04 16:53:16 +02:00
parent 07060ae5e6
commit bf9644fe04

@ -583,6 +583,11 @@
figure > figcaption {
margin-bottom: 0.5em;
font-weight: bold;
}
figure.code-example > figcaption {
font-weight: normal;
}
figure > *:last-child {