diff --git a/.gitignore b/.gitignore index 3af2f18..f9a51dc 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ npm-debug.log # Environment variables .env + +docker-compose.yml diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index af642e0..ad20523 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -15,6 +15,7 @@ module.exports = { extend: { colors: { background: { + 100: "#979ca1", 200: "#717880", 300: "#383D43", 400: "#272B2E", diff --git a/lib/potion_web/components/layouts/dashboard.html.heex b/lib/potion_web/components/layouts/dashboard.html.heex index 520c4bd..e94e0a7 100644 --- a/lib/potion_web/components/layouts/dashboard.html.heex +++ b/lib/potion_web/components/layouts/dashboard.html.heex @@ -1,6 +1,11 @@