Fix hover colors

This commit is contained in:
2021-05-11 18:15:34 +02:00
parent f442a2273c
commit 85eb45f9a6
2 changed files with 3 additions and 1 deletions

View File

@@ -61,6 +61,8 @@ export default defineComponent({
return 'hover:bg-red-400'
case 'rose':
return 'hover:bg-rose-400'
case 'amber':
return 'hover:bg-amber-400'
}
})
const getCoverLink = computed(() => require(`@/assets/images/skills/${props.cover}`))

View File

@@ -49,7 +49,7 @@
},
{
"title": "WindiCss",
"color": "light-blue",
"color": "lightBlue",
"cover": "Windicss.png",
"slug": "windicss"
},