1
0
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:
Jonas Schäfer 2019-04-04 16:53:16 +02:00
parent 07060ae5e6
commit bf9644fe04

View File

@ -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 {