From ee4534c23a59f994e09497537dc927a62f3293b4 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 12 Aug 2024 21:18:12 +0200 Subject: [PATCH] Make fontsize a bit more compact, make it black (pending addition of syntax hilighting) --- themes/hugo-theme-ipng/assets/styles.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index 1f0b564..a896936 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -135,11 +135,14 @@ pre { padding: 0.5em; overflow-x: auto; font-weight: bold; + font-size: 0.7em; + line-height: $base-line-height * 0.8; border: 1px solid #DDDDDD; border-radius: 0.5em; code { background-color: transparent; + color: black; } }