fix: resolve conflict

This commit is contained in:
Cory Dransfeldt 2024-03-17 16:41:46 -07:00
parent 50717ef665
commit 249f0fc75c
No known key found for this signature in database
9 changed files with 8 additions and 23 deletions

View file

@ -34,7 +34,7 @@
color: var(--accent-color);
font-size: var(--font-size-2xl);
line-height: var(--line-height-2xl);
font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-heavy);
margin: 0;
transition-property: color;
transition-timing-function: var(--transition-ease-in-out);
@ -111,5 +111,5 @@
.pagefind__placeholder {
height: 42px !important;
font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-heavy);
}