mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
Fix hover colors
This commit is contained in:
@@ -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}`))
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
},
|
||||
{
|
||||
"title": "WindiCss",
|
||||
"color": "light-blue",
|
||||
"color": "lightBlue",
|
||||
"cover": "Windicss.png",
|
||||
"slug": "windicss"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user