From 5dc5a17f4059c2b693d5be1f06c4a940126a3b2d Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 13 Aug 2024 01:11:34 +0200 Subject: [PATCH] Bump the size of the font/line-spacing a tiny bit --- themes/hugo-theme-ipng/assets/styles.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index a896936..d1815b5 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -135,14 +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; + font-size: 0.9em; + line-height: $base-line-height * 0.9; + border: 1px solid #ddd; + border-radius: 0.75em; code { background-color: transparent; - color: black; + color: #444; } }