From ffed78ef8bfd1d04116e018940947ad8ab42fdec Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 22 Jan 2021 01:07:53 +0000 Subject: [PATCH] Change blue colour for prose links --- 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 61cc001..3392c03 100644 --- a/web/themes/custom/opdavies/tailwind.config.js +++ b/web/themes/custom/opdavies/tailwind.config.js @@ -28,7 +28,7 @@ module.exports = { DEFAULT: { css: { a: { - color: theme('colors.blue.500') + color: theme('colors.blue.700') }, code: { backgroundColor: theme('colors.gray.150'),