From a9ff77dc97f58d09cfff211c495117765a67d577 Mon Sep 17 00:00:00 2001 From: haszi Date: Fri, 14 Jun 2024 21:45:05 +0200 Subject: [PATCH] Make replaceable class text italic Make replaceable class text italic to visually differentiate content that may or must be replaced. --- styles/theme-medium.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/theme-medium.css b/styles/theme-medium.css index a193ed89eb..c76498c009 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; +}