Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b88b714

Browse files
committed
update hr styles
1 parent 2b45bb0 commit b88b714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

typography.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = ({ theme }) => ({
2727
'--tw-prose-invert-bold': theme('colors.white'),
2828
'--tw-prose-invert-counters': theme('colors.zinc.400'),
2929
'--tw-prose-invert-bullets': theme('colors.zinc.600'),
30-
'--tw-prose-invert-hr': theme('colors.white / 0.05'),
30+
'--tw-prose-invert-hr': theme('colors.white / 0.10'),
3131
'--tw-prose-invert-quotes': theme('colors.zinc.100'),
3232
'--tw-prose-invert-quote-borders': theme('colors.zinc.700'),
3333
'--tw-prose-invert-captions': theme('colors.zinc.400'),
@@ -143,8 +143,8 @@ module.exports = ({ theme }) => ({
143143
hr: {
144144
borderColor: 'var(--tw-prose-hr)',
145145
borderTopWidth: 1,
146-
marginTop: theme('spacing.16'),
147-
marginBottom: theme('spacing.16'),
146+
marginTop: theme('spacing.8'),
147+
marginBottom: theme('spacing.8'),
148148
maxWidth: 'none',
149149
marginLeft: `calc(-1 * ${theme('spacing.4')})`,
150150
marginRight: `calc(-1 * ${theme('spacing.4')})`,

0 commit comments

Comments
 (0)