mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 15:31:47 +01:00
Fix skill color
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -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':
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
},
|
||||
{
|
||||
"title": "AdonisJs",
|
||||
"color": "black",
|
||||
"color": "purple",
|
||||
"cover": "AdonisJs",
|
||||
"slug": "adonisjs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user