From 72ab829ef20352d3e10525c6497c2e02283fc02a Mon Sep 17 00:00:00 2001 From: Christoph Schindlbeck Date: Tue, 25 May 2021 23:11:17 +0200 Subject: [PATCH] =?UTF-8?q?Schriftart=20=C3=9Cberschriften=20in=20details-?= =?UTF-8?q?Abschnitt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/infinity-hugo/layouts/partials/details.html | 2 +- themes/infinity-hugo/static/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/infinity-hugo/layouts/partials/details.html b/themes/infinity-hugo/layouts/partials/details.html index 96ea03c..21d0597 100644 --- a/themes/infinity-hugo/layouts/partials/details.html +++ b/themes/infinity-hugo/layouts/partials/details.html @@ -1,6 +1,6 @@ {{ if .Site.Params.details.enable }} {{"" | safeHTML}} -
+
diff --git a/themes/infinity-hugo/static/css/style.css b/themes/infinity-hugo/static/css/style.css index f7093a0..8894d0c 100644 --- a/themes/infinity-hugo/static/css/style.css +++ b/themes/infinity-hugo/static/css/style.css @@ -475,6 +475,10 @@ a:active { height: auto; } +.about.details h3 { + font-family: unset; +} + /*-- call-to-action start --*/