From 9a5b4259808d719a531eca18dff993eeeff71bc1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 23 Apr 2023 12:19:07 -0600 Subject: Simplificada interfaz --- tailwind.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index 0599c62..d36f1b1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,13 @@ export default { "./node_modules/tw-elements/dist/js/**/*.js" ], theme: { - extend: {}, + extend: { + colors: { + blue: { + 600: "#394490" + } + } + }, }, plugins: [require("tw-elements/dist/plugin.cjs")], } -- cgit v1.2.3