diff --git a/src/App.vue b/src/App.vue index 9fdc175..833d207 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ -
+
diff --git a/tailwind.config.js b/tailwind.config.js index 20926d3..38d3402 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,6 +2,7 @@ module.exports = { theme: { extend: { colors: { + charade: '#2a293c', inherit: 'inherit' } }