From 9ea86e6559797eb4f302ca0a877189074c813c4d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 2 Nov 2020 14:25:43 +0000 Subject: [PATCH] Set h3 heading colour in dark mode --- web/themes/custom/opdavies/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') },