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
@@ -3,11 +3,11 @@
*/
:root{
--nav-component-bg: var(--fhc-secondary);
--nav-component-bg: var(--fhc-tertiary);
--nav-component-border: var(--fhc-border);
--nav-component-color: var(--fhc-text);
--nav-left-component-border: var(--fhc-border);
--nav-left-component-bg: var(--fhc-secondary);
--nav-left-component-bg: var(--fhc-tertiary);
--nav-left-component-color: var(--fhc-primary);
--nav-left-component-hover: var(--fhc-secondary-highlight);
}