Brighten single post typography in dark mode

This commit is contained in:
2025-11-17 18:03:29 +08:00
parent 0399b303c8
commit e83150ae46
2 changed files with 8 additions and 2 deletions

View File

@@ -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')