diff --git a/web/themes/custom/opdavies/tailwind.config.js b/web/themes/custom/opdavies/tailwind.config.js index 7504ee5..dc4176f 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -60,7 +60,7 @@ module.exports = { css: { color: theme('colors.gray.200'), - h2: { + 'h2, h3': { color: theme('colors.white') },