Skip to content

Commit

Permalink
fix heading font weight (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails authored Mar 27, 2024
1 parent 0dc1269 commit d9cc431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/Statblock.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
--active-heading-font-color: var(--statblock-heading-font-color);
--active-heading-font-size: var(--statblock-heading-font-size);
--active-heading-font-variant: var(--statblock-heading-font-variant);
--active-heading-font-weight: var(--statblock-font-weight);
--active-heading-font-weight: var(--statblock-heading-font-weight);
--active-heading-line-height: var(--statblock-heading-line-height);
--active-property-line-height: var(--statblock-property-line-height);
Expand Down

0 comments on commit d9cc431

Please sign in to comment.