Use the IPng orange color for headings

This commit is contained in:
2024-08-04 23:29:55 +02:00
parent c6f629aff3
commit 38d5e9f490

View File

@ -96,7 +96,7 @@ a {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
color: $heading-gray; color: $ipng-orange;
} }
p, li { p, li {
@ -223,8 +223,9 @@ figcaption {
} }
.page-title { .page-title {
text-align: center; text-align: left;
font-size: 1.5em; font-size: 2em;
color: $ipng-orange;
} }
.page-title.blog { .page-title.blog {
@ -352,13 +353,15 @@ nav li:hover {
margin: 0 auto 0 0; margin: 0 auto 0 0;
padding-left: .5em; padding-left: .5em;
font-size: 1em; font-size: 1em;
color: $ipng-orange;
} }
.myname a { .myname a {
color: $text-dark; color: $ipng-orange;
text-decoration: none; text-decoration: none;
font-style: normal; font-style: normal;
font-weight: bold; font-weight: normal;
font-size: 1.3em;
} }
.myname h2 { .myname h2 {