Brighten strong and emphasized text in dark mode

This commit is contained in:
2025-11-17 21:42:27 +08:00
parent dddf0f9340
commit 636b11b90f

View File

@@ -49,6 +49,17 @@ module.exports = {
color: theme('colors.blue.300')
}
},
strong: {
color: theme('colors.slate.50'),
fontWeight: '700'
},
b: {
color: theme('colors.slate.50'),
fontWeight: '700'
},
em: {
color: theme('colors.slate.100')
},
h1: {
color: theme('colors.slate.50')
},