feat:1.Added logo 2.changed color palet

This commit is contained in:
2025-02-22 16:47:37 +05:30
parent d9c299a58f
commit 8ad01a5c50
13 changed files with 226 additions and 390 deletions
+6 -2
View File
@@ -1,9 +1,13 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'selector',
darkMode: 'class', // Change this based on your needs
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
extend: {
backgroundImage: {
'plant': "url('/home/atharva/public/images/plant-1573.svg')",
}
},
},
plugins: [],
};