diff --git a/site/plugins/admin/tailwind.config.js b/site/plugins/admin/tailwind.config.js index 49607bed..c2d92916 100644 --- a/site/plugins/admin/tailwind.config.js +++ b/site/plugins/admin/tailwind.config.js @@ -17,7 +17,23 @@ module.exports = { '700': '#898989', '800': '#6c6c6c', '900': '#3f3f3f', - } + }, + }, + opacity: { + '0': '0', + '25': '.25', + '50': '.5', + '75': '.75', + '10': '.1', + '20': '.2', + '30': '.3', + '40': '.4', + '50': '.5', + '60': '.6', + '70': '.7', + '80': '.8', + '90': '.9', + '100': '1' }, borderColor: theme => ({ ...theme('colors'),