From 8d7adf1eb2576a71d41e42abef16a330665a7755 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 19 Apr 2022 13:11:16 +0100 Subject: [PATCH] transform --- app/templates/timeline.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/templates/timeline.html b/app/templates/timeline.html index c3a2995..6edacc1 100644 --- a/app/templates/timeline.html +++ b/app/templates/timeline.html @@ -24,6 +24,10 @@ display: none !important; } + .tl-timeline h1, .tl-timeline h2, .tl-timeline h3, .tl-timeline h4, .tl-timeline h5, .tl-timeline h6 { + text-transform: initial !important; + } + .active { display: block }