diff --git a/tailwind.config.js b/tailwind.config.js index 4416093e1..52e8980eb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -27,7 +27,13 @@ module.exports = { green: colors.green, red: colors.red, yellow: colors.amber, - blue: colors.sky + blue: colors.sky, + 'twitter': '#00acee', + 'success': '#16a34a', + 'danger': '#dc2626', + 'blue': '#0369a1', + 'lightblue': '#0ea5e9', + 'gold': '#facc15' }, fontFamily: { 'sans-serif': ['Helvetica Neue', '-apple-system', 'BlinkMacSystemFont', 'Tahoma', 'Segoe UI', 'Helvetica', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'],