Finally I fixed the god damn navbar, tailwind to the rescue

This commit is contained in:
ajdj100
2023-05-24 07:24:31 -04:00
parent 03a82ca88a
commit 0f13944eb4
7 changed files with 39 additions and 48 deletions

View File

@@ -4,7 +4,15 @@ module.exports = {
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
darkMode: true,
theme: {
colors: {
'white': '#EDF2F4',
'blue': '#01bde7',
'gray-dark': '#1C1C21',
'gray-light': '#272731'
},
extend: {},
},
plugins: [],