refactor(color update): switches fhc-secondary with fhc-tertiary

This commit is contained in:
SimonGschnell
2025-03-26 13:17:08 +01:00
parent 75ad88eb24
commit 08cb4a7970
5 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
font-size: calc(1.325rem + .9vw);
}
.fhc-header > :first-child > small {
color: var(--fhc-secondary);
color: var(--fhc-tertiary);
font-size: .65em;
padding-inline-start: 1em;
}