diff --git a/tailwind.config.js b/tailwind.config.js index 36868eb..82bdf34 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -266,7 +266,7 @@ module.exports = { }, a: { color: theme("colors.white"), - borderBottomColor: theme("colors.sky.800"), + borderBottomColor: theme("colors.white"), }, strong: { color: theme("colors.slate.200"),