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 {