mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 19:00:34 +01:00
Add new colors ton h5 and h6
This commit is contained in:
@@ -74,6 +74,12 @@ module.exports = defineConfig({
|
|||||||
h4: {
|
h4: {
|
||||||
color: theme('colors.white'),
|
color: theme('colors.white'),
|
||||||
},
|
},
|
||||||
|
h5: {
|
||||||
|
color: theme('colors.white'),
|
||||||
|
},
|
||||||
|
h6: {
|
||||||
|
color: theme('colors.white'),
|
||||||
|
},
|
||||||
'figure figcaption': {
|
'figure figcaption': {
|
||||||
color: theme('colors.dark.700'),
|
color: theme('colors.dark.700'),
|
||||||
},
|
},
|
||||||
@@ -817,6 +823,6 @@ module.exports = defineConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
require('windicss/plugin/typography')
|
require('windicss/plugin/typography')()
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user