From bf9644fe043fe999c372c232f4d2bd89e8b5e733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 4 Apr 2019 16:53:16 +0200 Subject: [PATCH] Make code block caption stand out more --- xmpp.v2.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xmpp.v2.css b/xmpp.v2.css index 111f78c1..93696e22 100644 --- a/xmpp.v2.css +++ b/xmpp.v2.css @@ -583,6 +583,11 @@ figure > figcaption { margin-bottom: 0.5em; + font-weight: bold; + } + + figure.code-example > figcaption { + font-weight: normal; } figure > *:last-child {