Finally I fixed the god damn navbar, tailwind to the rescue
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user