mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 02:40:33 +01:00
Fix hover colors
This commit is contained in:
@@ -61,6 +61,8 @@ export default defineComponent({
|
|||||||
return 'hover:bg-red-400'
|
return 'hover:bg-red-400'
|
||||||
case 'rose':
|
case 'rose':
|
||||||
return 'hover:bg-rose-400'
|
return 'hover:bg-rose-400'
|
||||||
|
case 'amber':
|
||||||
|
return 'hover:bg-amber-400'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const getCoverLink = computed(() => require(`@/assets/images/skills/${props.cover}`))
|
const getCoverLink = computed(() => require(`@/assets/images/skills/${props.cover}`))
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "WindiCss",
|
"title": "WindiCss",
|
||||||
"color": "light-blue",
|
"color": "lightBlue",
|
||||||
"cover": "Windicss.png",
|
"cover": "Windicss.png",
|
||||||
"slug": "windicss"
|
"slug": "windicss"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user