Skip to content

Commit b730c8a

Browse files
authored
fix: remove ProseCode bg filter (#52)
1 parent f1621e9 commit b730c8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tokens.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,12 @@ export default defineTheme({
398398
dark: '{typography.color.secondary.200}'
399399
},
400400
backgroundColor: {
401-
initial: 'rgb(244 244 245 / 60%)', // typography.color.secondary.100 with opacity 0.8
402-
dark: 'rgb(24 24 27 / 80%)' // typography.color.secondary.900 with opacity 0.8
401+
initial: '{typography.color.secondary.100}',
402+
dark: '{typography.color.secondary.900}'
403403
},
404404
backdropFilter: {
405-
initial: 'contrast(0.9)',
406-
dark: 'contrast(0.7)'
405+
initial: 'contrast(0)',
406+
dark: 'contrast(0)'
407407
},
408408
pre: {
409409
padding: '{typography.verticalMargin.sm}'

0 commit comments

Comments
 (0)