From 610835925bb258be9952f91dd1e341a1e2f7c21b Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Fri, 20 Dec 2024 13:19:30 +0100 Subject: [PATCH] Give rendered codeblock a bit more contrast --- themes/hugo-theme-ipng/assets/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index 700a79c..95ec6ed 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -17,6 +17,7 @@ $text-very-light: #767676; $medium-light-text: #4f4a5f; $code-background: #f3f3f3; $codeblock-background: #f6f8fa; +$codeblock-text: #99a; $code-text: #f8f8f2; $ipng-orange: #f46524; $ipng-darkorange: #8c1919; @@ -142,7 +143,7 @@ pre { code { background-color: transparent; - color: #444; + color: $codeblock-text; } }