style updates

This commit is contained in:
Emre
2025-10-11 11:17:38 +03:00
parent c0f08ad3fa
commit 9451d22494
28 changed files with 613 additions and 240 deletions

View File

@@ -26,6 +26,15 @@ export default {
boxShadow: {
subtle: '0 20px 45px -25px rgba(18, 28, 132, 0.35)',
},
keyframes: {
blink: {
'0%, 100%': { opacity: 1 },
'50%': { opacity: 0.35 },
},
},
animation: {
blink: 'blink 0.9s steps(2, start) infinite',
},
},
},
plugins: [],