Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 7c2633a

Browse files
committed
docs: remove code ticks
1 parent 9ae0672 commit 7c2633a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/docs/tailwind.config.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,8 @@ const typographyTheme = {
142142
color: defaultTheme.colors.gray[900],
143143
fontWeight: '600',
144144
},
145-
'code::before': {
146-
content: '"`"',
147-
},
148-
'code::after': {
149-
content: '"`"',
150-
},
145+
'code::before': false,
146+
'code::after': false,
151147
pre: {
152148
color: defaultTheme.colors.gray[300],
153149
backgroundColor: defaultTheme.colors.gray[800],

0 commit comments

Comments
 (0)