Brighten single post typography in dark mode
This commit is contained in:
@@ -41,13 +41,19 @@ module.exports = {
|
||||
},
|
||||
dark: {
|
||||
css: {
|
||||
color: theme('colors.slate.100'),
|
||||
color: theme('colors.slate.50'),
|
||||
a: {
|
||||
color: theme('colors.blue.400'),
|
||||
'&:hover': {
|
||||
color: theme('colors.blue.300')
|
||||
}
|
||||
},
|
||||
h1: {
|
||||
color: theme('colors.slate.50')
|
||||
},
|
||||
h2: {
|
||||
color: theme('colors.slate.50')
|
||||
},
|
||||
blockquote: {
|
||||
borderLeftColor: theme('colors.blue.500'),
|
||||
backgroundColor: theme('colors.slate.900')
|
||||
|
||||
Reference in New Issue
Block a user