forked from noxious/client
Convert character screen to Tailwind
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user