summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js8
1 files changed, 7 insertions, 1 deletions
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")],
}