Skip to content

Commit 81ccb4d

Browse files
committed
💄 Update blockquote typography style
1 parent c01e067 commit 81ccb4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/tailwind.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ export default {
6565
padding: '0.3rem 0.2rem',
6666
borderRadius: '0.25rem',
6767
},
68+
blockquote: {
69+
quotes: 'none',
70+
fontWeight: 'normal',
71+
fontStyle: 'normal',
72+
color: theme('colors.muted.foreground'),
73+
},
6874
},
6975
},
7076
}),

0 commit comments

Comments
 (0)