fix(modal.css): explicitly set basic font sizes to prevent inheriting from parent(s); svg property usage updates
This commit is contained in:
parent
29aa3f0c30
commit
0b5240ce2c
5 changed files with 23 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue