confirmed dark color

This commit is contained in:
Daniel
2023-08-11 00:44:44 -04:00
parent 5d016068c7
commit 1eb1467a02
15 changed files with 66 additions and 51 deletions
-9
View File
@@ -10,14 +10,5 @@ module.exports = {
// For the "layouts" directory
"./layouts/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
blue: {
925: "rgb(26, 47, 96)",
},
},
},
},
plugins: [],
};