Merge pull request #52276 from andycroll/guides-h2-code-css

Guides CSS to format code tags in h2 headings [ci skip]
This commit is contained in:
Eileen M. Uchitelle 2024-07-10 10:43:26 -04:00 committed by GitHub
commit 99fd4c0c90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -144,6 +144,11 @@ body.guide {
a:visited {
color: $rf-brand;
} // a, a:link, a:visited
code {
font-size: 2rem;
font-weight: 400;
}
} // h2
h3 {