Skip to content

Commit

Permalink
refactor(css): seperate active-heading-font-color from active-font-co…
Browse files Browse the repository at this point in the history
…lor (#366)
  • Loading branch information
natowb authored Mar 15, 2024
1 parent d175170 commit a5ad3b7
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 @@ -253,7 +253,7 @@
--active--content-font-size: var(--statblock-content-font-size);
--active--heading-font: var(--statblock-heading-font);
--active--heading-font-color: var(--active--font-color);
--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(--active--font-weight);
Expand Down

0 comments on commit a5ad3b7

Please sign in to comment.