mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
Add new colors ton h5 and h6
This commit is contained in:
@@ -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')()
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user