From e182a0bf7e6eca2c086cb100fe38d2dab1effe82 Mon Sep 17 00:00:00 2001 From: haszi Date: Sat, 15 Jun 2024 12:40:06 +0200 Subject: [PATCH] Make replaceable class text italic (#1008) Make replaceable class text italic to visually differentiate content that may or must be replaced. Co-authored-by: haszi --- styles/theme-medium.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/theme-medium.css b/styles/theme-medium.css index a193ed89e..c76498c00 100644 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -603,3 +603,7 @@ div.elephpants img:focus { .thanks__description { margin: 0 } + +.replaceable { + font-style: italic; +}