1
0
forked from noxious/client

More Tailwind conversion

This commit is contained in:
2024-07-06 18:47:07 +02:00
parent c544e0a12a
commit f40297485f
9 changed files with 35 additions and 188 deletions

View File

@ -12,7 +12,8 @@ export default {
},
extend: {
dropShadow: {
'default': '0 3px 6px rgb(0, 0, 0)'
'default': '0 3px 6px rgb(0, 0, 0)',
'20': '0 3px 6px rgba(0, 0, 0, 0.2)'
},
colors: {
red: {