From 38d5e9f490d6863efb492d5a4943ff9c59166db2 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 4 Aug 2024 23:29:55 +0200 Subject: [PATCH] Use the IPng orange color for headings --- themes/hugo-theme-ipng/assets/styles.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index c14e1d4..36fba88 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -96,7 +96,7 @@ a { h1, h2, h3, h4, h5, h6 { font-weight: bold; font-style: normal; - color: $heading-gray; + color: $ipng-orange; } p, li { @@ -223,8 +223,9 @@ figcaption { } .page-title { - text-align: center; - font-size: 1.5em; + text-align: left; + font-size: 2em; + color: $ipng-orange; } .page-title.blog { @@ -352,13 +353,15 @@ nav li:hover { margin: 0 auto 0 0; padding-left: .5em; font-size: 1em; + color: $ipng-orange; } .myname a { - color: $text-dark; + color: $ipng-orange; text-decoration: none; font-style: normal; - font-weight: bold; + font-weight: normal; + font-size: 1.3em; } .myname h2 {