From 9cb50eaf5329c1efdea9ab761ecfef70f8fa02ed Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Thu, 24 Feb 2022 02:32:02 +0500 Subject: [PATCH] :lipstick: Improved figure caprions styles --- assets/css/typography.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/typography.css b/assets/css/typography.css index 43cf937..e3a7add 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -71,6 +71,11 @@ q { quotes: '«' '»'; } +label, +figcaption { + font-size: var(--s-1); +} + ul:not([class]), ol:not([class]) { margin-left: 2em;