Skip to content

Commit 88d1b15

Browse files
committed
fix(theme): use themed border color for hr
1 parent 7f92866 commit 88d1b15

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

components/GlobalStyles.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ const GlobalStyles = createGlobalStyle`
151151
margin-bottom: 2em;
152152
}
153153
154+
hr {
155+
border: 0;
156+
border-top: 1px solid ${theme.color.border};
157+
margin: ${theme.space[8]} 0;
158+
}
159+
154160
ul, ol {
155161
margin-bottom: 1.75em;
156162
}

0 commit comments

Comments
 (0)