Commit c48978d
committed
Set markdown hr thickness to border-width (1px)
The markdown thematic break (hr) rendered at 4px via the $em-spacer-3
spacing token, roughly 4x the ~1px used by every other markdown renderer
and by Primer's own rules (headings, tables, and blockquote all use
$border-width). Use $border-width for the hr so it matches the system's
line weight and tracks the token if it ever changes.
Only the existing $border-width token is used; no new tokens or API.
Passes stylelint with no new disables.1 parent dca4a95 commit c48978d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments