Add a hilight class for the 'IPng' first word, make it orange

This commit is contained in:
2024-08-04 23:57:53 +02:00
parent d3c1115dfd
commit c5d6e2f665
2 changed files with 10 additions and 3 deletions

View File

@ -222,6 +222,14 @@ figcaption {
}
}
.home-ipng {
font-size: 1.3em;
font-weight: bold;
color: $ipng-orange;
vertical-align: bottom;
}
.page-title {
text-align: left;
font-size: 2em;