From 957f8a19c44b494330eb047e1d86bb38ad2cbc31 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Wed, 9 Apr 2025 16:51:39 +0200 Subject: [PATCH] Improved emphasis inside figcaption --- themes/default/assets/css/typography.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/default/assets/css/typography.css b/themes/default/assets/css/typography.css index fab17df9..6a8c7abd 100644 --- a/themes/default/assets/css/typography.css +++ b/themes/default/assets/css/typography.css @@ -258,6 +258,10 @@ article aside { line-height: 1.4; font-style: italic; padding: 0 1em; + + em { + color: #eee; + } } }