From 3355edc2f426048525a0537a22f78753374d12df Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Sat, 17 Apr 2021 11:53:44 +0200 Subject: [PATCH] Fix a color in blog preview --- windi.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windi.config.js b/windi.config.js index 3e223a0..e70f3ec 100644 --- a/windi.config.js +++ b/windi.config.js @@ -10,7 +10,7 @@ module.exports = { css: [ { a: { - color: theme('colors.teal.400'), + color: theme('colors.indigo.600'), transitionDuration: '300ms', cursor: 'pointer', borderBottomColor: theme('colors.gray.200'),