Fix header color
This commit is contained in:
parent
4125426627
commit
f6a6bdbaa0
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user