Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated pre-code and pre-bg colors
  • Loading branch information
sschoger committed Oct 4, 2021
commit ea10b46222dd8eca02d2982a90915b32f5210c36
20 changes: 10 additions & 10 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1159,8 +1159,8 @@ module.exports = (theme) => ({
'--tw-prose-invert-quote-borders': theme('colors.slate.700', colors.slate[700]),
'--tw-prose-invert-captions': theme('colors.slate.400', colors.slate[400]),
'--tw-prose-invert-code': theme('colors.white', colors.white),
'--tw-prose-invert-pre-code': theme('colors.slate.200', colors.slate[200]),
'--tw-prose-invert-pre-bg': theme('colors.slate.800', colors.slate[800]),
'--tw-prose-invert-pre-code': theme('colors.slate.300', colors.slate[300]),
'--tw-prose-invert-pre-bg': "rgb(0 0 0 / 50%)",
'--tw-prose-invert-th-borders': theme('colors.slate.600', colors.slate[600]),
'--tw-prose-invert-td-borders': theme('colors.slate.700', colors.slate[700]),
},
Expand Down Expand Up @@ -1200,8 +1200,8 @@ module.exports = (theme) => ({
'--tw-prose-invert-quote-borders': theme('colors.gray.700', colors.gray[700]),
'--tw-prose-invert-captions': theme('colors.gray.400', colors.gray[400]),
'--tw-prose-invert-code': theme('colors.white', colors.white),
'--tw-prose-invert-pre-code': theme('colors.gray.200', colors.gray[200]),
'--tw-prose-invert-pre-bg': theme('colors.gray.800', colors.gray[800]),
'--tw-prose-invert-pre-code': theme('colors.gray.300', colors.gray[300]),
'--tw-prose-invert-pre-bg': "rgb(0 0 0 / 50%)",
'--tw-prose-invert-th-borders': theme('colors.gray.600', colors.gray[600]),
'--tw-prose-invert-td-borders': theme('colors.gray.700', colors.gray[700]),
},
Expand Down Expand Up @@ -1241,8 +1241,8 @@ module.exports = (theme) => ({
'--tw-prose-invert-quote-borders': theme('colors.zinc.700', colors.zinc[700]),
'--tw-prose-invert-captions': theme('colors.zinc.400', colors.zinc[400]),
'--tw-prose-invert-code': theme('colors.white', colors.white),
'--tw-prose-invert-pre-code': theme('colors.zinc.200', colors.zinc[200]),
'--tw-prose-invert-pre-bg': theme('colors.zinc.800', colors.zinc[800]),
'--tw-prose-invert-pre-code': theme('colors.zinc.300', colors.zinc[300]),
'--tw-prose-invert-pre-bg': "rgb(0 0 0 / 50%)",
'--tw-prose-invert-th-borders': theme('colors.zinc.600', colors.zinc[600]),
'--tw-prose-invert-td-borders': theme('colors.zinc.700', colors.zinc[700]),
},
Expand Down Expand Up @@ -1282,8 +1282,8 @@ module.exports = (theme) => ({
'--tw-prose-invert-quote-borders': theme('colors.neutral.700', colors.neutral[700]),
'--tw-prose-invert-captions': theme('colors.neutral.400', colors.neutral[400]),
'--tw-prose-invert-code': theme('colors.white', colors.white),
'--tw-prose-invert-pre-code': theme('colors.neutral.200', colors.neutral[200]),
'--tw-prose-invert-pre-bg': theme('colors.neutral.800', colors.neutral[800]),
'--tw-prose-invert-pre-code': theme('colors.neutral.300', colors.neutral[300]),
'--tw-prose-invert-pre-bg': "rgb(0 0 0 / 50%)",
'--tw-prose-invert-th-borders': theme('colors.neutral.600', colors.neutral[600]),
'--tw-prose-invert-td-borders': theme('colors.neutral.700', colors.neutral[700]),
},
Expand Down Expand Up @@ -1323,8 +1323,8 @@ module.exports = (theme) => ({
'--tw-prose-invert-quote-borders': theme('colors.stone.700', colors.stone[700]),
'--tw-prose-invert-captions': theme('colors.stone.400', colors.stone[400]),
'--tw-prose-invert-code': theme('colors.white', colors.white),
'--tw-prose-invert-pre-code': theme('colors.stone.200', colors.stone[200]),
'--tw-prose-invert-pre-bg': theme('colors.stone.800', colors.stone[800]),
'--tw-prose-invert-pre-code': theme('colors.stone.300', colors.stone[300]),
'--tw-prose-invert-pre-bg': "rgb(0 0 0 / 50%)",
'--tw-prose-invert-th-borders': theme('colors.stone.600', colors.stone[600]),
'--tw-prose-invert-td-borders': theme('colors.stone.700', colors.stone[700]),
},
Expand Down