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'),