fix(modal.css): explicitly set basic font sizes to prevent inheriting from parent(s); svg property usage updates

This commit is contained in:
Cory Dransfeldt 2025-03-29 11:13:02 -07:00
parent 29aa3f0c30
commit 0b5240ce2c
No known key found for this signature in database
5 changed files with 23 additions and 7 deletions

View file

@ -290,9 +290,7 @@ a {
}
/* headers */
h1,
h2,
h3 {
h1, h2, h3 {
font-family: var(--font-heading);
font-weight: var(--font-weight-bold);
line-height: var(--line-height-md);