Fix header color

This commit is contained in:
ryan 2026-01-09 17:58:15 -08:00
parent 4125426627
commit f6a6bdbaa0

View File

@ -136,6 +136,7 @@ const navItems: Array<NavItem> = [
<style>
.fixed-header {
@apply fixed bottom-auto top-0;
background-color: var(--color-primary);
/* @apply border-default bg-default text-default; */
}
.modal.is-open {