1
0
forked from noxious/client

Convert character screen to Tailwind

This commit is contained in:
2024-07-06 20:38:33 +02:00
parent b0fdb816da
commit 425da73930
2 changed files with 48 additions and 221 deletions

View File

@ -11,10 +11,17 @@ export default {
'30px': '30px'
},
extend: {
invert: {
80: '0.80'
},
dropShadow: {
'default': '0 3px 6px rgb(0, 0, 0)',
'text': '1px 1px 5px rgba(0, 0, 0, 0.25)',
'20': '0 3px 6px rgba(0, 0, 0, 0.2)'
},
boxShadow: {
'character': '0 4px 30px rgba(0, 0, 0, 0.1)',
},
colors: {
red: {
DEFAULT: '#d50000',