Set h3 heading colour in dark mode
This commit is contained in:
parent
47632b00b8
commit
9ea86e6559
|
@ -60,7 +60,7 @@ module.exports = {
|
||||||
css: {
|
css: {
|
||||||
color: theme('colors.gray.200'),
|
color: theme('colors.gray.200'),
|
||||||
|
|
||||||
h2: {
|
'h2, h3': {
|
||||||
color: theme('colors.white')
|
color: theme('colors.white')
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue