1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Files
docs/components/ui/MarkdownContent/stylesheets/headers.scss
Kevin Heis 308aa9cb0c Fix heading sizes (#22968)
* Align heading sizes with Primer

* Make the headings on other pages match normal pages
2021-11-18 19:45:13 +00:00

15 lines
179 B
SCSS

.markdownBody {
h1,
h2,
h3,
h4,
h5 {
padding-top: 1rem;
}
// all h2 headers that are links should be blue-500
h2 a {
color: var(--color-accent-fg);
}
}