Best landing page yet, lost logged in links to lists of bets
This commit is contained in:
@ -12,6 +12,15 @@ export default {
|
||||
warning: '#F59E0B',
|
||||
error: '#EF4444',
|
||||
},
|
||||
animation: {
|
||||
scroll: 'scroll 30s linear infinite',
|
||||
},
|
||||
keyframes: {
|
||||
scroll: {
|
||||
'0%': { transform: 'translateX(0)' },
|
||||
'100%': { transform: 'translateX(-50%)' },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user