Fix skill color

This commit is contained in:
2021-04-18 14:31:58 +02:00
parent 390076bd6a
commit 99c2727ae6
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -45,8 +45,8 @@ export default {
return 'hover:bg-yellow-400'
case 'emerald':
return 'hover:bg-emerald-400'
case 'black':
return 'hover:bg-black dark:hover:bg-gray-500'
case 'purple':
return 'hover:bg-purple-400'
case 'orange':
return 'hover:bg-orange-400'
case 'lightBlue':

View File

@@ -37,7 +37,7 @@
},
{
"title": "AdonisJs",
"color": "black",
"color": "purple",
"cover": "AdonisJs",
"slug": "adonisjs"
},