This commit is contained in:
kek7198 2021-12-01 12:11:15 -06:00
parent 05eafe4c11
commit 5afae627d4
3 changed files with 25 additions and 4 deletions

View file

@ -23,6 +23,12 @@ module.exports = {
'heading': ['Delius Swash Caps']
},
extend: {
boxShadow: {
'inset-b-white-07': '-1px -1px 1px rgba(255, 255, 255, 0.07) inset',
'inset-t-white-05': '0 1px 0 rgba(255, 255, 255, 0.05) inset',
'inset-t-white-10': '0 1px 0 rgba(255, 255, 255, 0.10) inset',
'inset-r-white-05': '1px 0 0 rgba(255, 255, 255, 0.05) inset'
},
colors: {
gray: {
'100': '#f4f6f4',