Add new colors ton h5 and h6

This commit is contained in:
2021-08-31 22:43:52 +02:00
parent c54e977844
commit 6dca99f2d5

View File

@@ -74,6 +74,12 @@ module.exports = defineConfig({
h4: {
color: theme('colors.white'),
},
h5: {
color: theme('colors.white'),
},
h6: {
color: theme('colors.white'),
},
'figure figcaption': {
color: theme('colors.dark.700'),
},
@@ -817,6 +823,6 @@ module.exports = defineConfig({
},
},
plugins: [
require('windicss/plugin/typography')
require('windicss/plugin/typography')()
],
})