mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-20 23:11:43 +01:00
fix old color
This commit is contained in:
@@ -49,8 +49,8 @@ export default defineComponent({
|
||||
return 'hover:bg-purple-400'
|
||||
case 'orange':
|
||||
return 'hover:bg-orange-400'
|
||||
case 'lightBlue':
|
||||
return 'hover:bg-lightBlue-400'
|
||||
case 'sky':
|
||||
return 'hover:bg-sky-400'
|
||||
case 'lime':
|
||||
return 'hover:bg-lime-400'
|
||||
case 'teal':
|
||||
|
||||
@@ -121,7 +121,7 @@ module.exports = defineConfig({
|
||||
violet: colors.violet,
|
||||
indigo: colors.indigo,
|
||||
blue: colors.blue,
|
||||
lightBlue: colors.lightBlue,
|
||||
sky: colors.sky,
|
||||
cyan: colors.cyan,
|
||||
teal: colors.teal,
|
||||
emerald: colors.emerald,
|
||||
|
||||
Reference in New Issue
Block a user