Skip to content

Commit

Permalink
Fix code font size in header
Browse files Browse the repository at this point in the history
BrandonRomano committed Dec 18, 2024

Verified

This commit was signed with the committer’s verified signature.
mattxwang Matt Wang
1 parent 102b423 commit be87d13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/text/Text.module.css
Original file line number Diff line number Diff line change
@@ -31,6 +31,10 @@
color: var(--gray-6);
}
}
& code {
font-size: 15px;
line-height: 1.25em;
}
}
&h1, &h2, &h3, &h4, &h5, &h6 {
color: var(--gray-9);
@@ -79,7 +83,5 @@
padding: 1px 6px;
margin: -1px 0;
color: var(--gray-9);
font-size: 15px;
line-height: 1.25em;
}
}

0 comments on commit be87d13

Please sign in to comment.