Fix a color in blog preview

This commit is contained in:
2021-04-17 11:53:44 +02:00
parent 35cee57182
commit 3355edc2f4

View File

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