Skip to content

Commit d1996cd

Browse files
committed
✏️ Fix "background" to "backgroundColor"
1 parent 8f9b120 commit d1996cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default {
7474
},
7575
pre: {
7676
color: theme('colors.foreground'),
77-
background: theme('colors.muted.DEFAULT'),
77+
backgroundColor: theme('colors.muted.DEFAULT'),
7878
},
7979
'ul > li::marker': {
8080
color: theme('colors.foreground'),

0 commit comments

Comments
 (0)