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
1 changed files with 5 additions and 0 deletions

View File

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