Fix headers that were missing color assignment

This commit is contained in:
Fred Boniface 2023-10-05 21:22:42 +01:00
parent 5d31080354
commit c3ec9acbdd
1 changed files with 1 additions and 0 deletions

View File

@ -147,5 +147,6 @@
h1 {
font-family: caprasimo;
font-weight: normal;
color: var(--main-heading-color);
}
</style>