Brighten blockquotes in dark mode

This commit is contained in:
2025-11-17 18:05:40 +08:00
parent e83150ae46
commit 3feeaf0fbc

View File

@@ -56,7 +56,11 @@ module.exports = {
}, },
blockquote: { blockquote: {
borderLeftColor: theme('colors.blue.500'), borderLeftColor: theme('colors.blue.500'),
backgroundColor: theme('colors.slate.900') backgroundColor: theme('colors.slate.800'),
color: theme('colors.slate.50'),
p: {
color: theme('colors.slate.50')
}
}, },
code: { code: {
backgroundColor: theme('colors.slate.800') backgroundColor: theme('colors.slate.800')