Set h3 heading colour in dark mode

This commit is contained in:
Oliver Davies 2020-11-02 14:25:43 +00:00
parent 47632b00b8
commit 9ea86e6559

View file

@ -60,7 +60,7 @@ module.exports = {
css: {
color: theme('colors.gray.200'),
h2: {
'h2, h3': {
color: theme('colors.white')
},