style update

This commit is contained in:
Jan K9f 2025-01-07 09:59:47 +01:00
commit 0986803583
Signed by: jank
GPG key ID: B267751B8AE29EFE
8 changed files with 49 additions and 23 deletions

View file

@ -10,7 +10,17 @@ module.exports = {
extend: {
colors: {
...colors,
}
},
keyframes: {
shake: {
'0%, 100%': { transform: 'translateX(0)' },
'25%': { transform: 'translateX(-30px)' },
'75%': { transform: 'translateX(30px)' },
},
},
animation: {
shake: 'shake 0.2s ease-in-out infinite',
},
},
},
plugins: [],