Brighten blockquotes in dark mode
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user