evilSpins v1
All checks were successful
Deploy App / build (push) Successful in 43s
Deploy App / deploy (push) Successful in 41s

This commit is contained in:
valere
2025-11-04 22:41:41 +01:00
parent deb15b3ea1
commit 34d22b3b17
49 changed files with 5791 additions and 2447 deletions

View File

@@ -10,6 +10,10 @@ module.exports = {
],
theme: {
extend: {
boxShadow: {
'2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.5)',
'2xl-custom': '0 0 60px 50px rgba(0, 0, 0, 0.25)'
},
colors: {
esyellow: '#fdec50ff'
},
@@ -18,6 +22,9 @@ module.exports = {
},
screens: {
'2sm': '320px'
},
transitionDuration: {
2000: '2000ms'
}
}
},