Implemented a fully responsive dark/light mode toggle switch in the navigation bar with smooth transitions across all components.

This commit is contained in:
wameup
2026-03-10 03:16:12 +00:00
parent 2c4fc7f933
commit 52bcb94d03
7 changed files with 171 additions and 82 deletions

View File

@@ -3,6 +3,7 @@ export default {
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}"
],
darkMode: 'class',
theme: {
extend: {
colors: {
@@ -30,6 +31,7 @@ export default {
700: '#334155',
800: '#1e293b',
900: '#0f172a',
950: '#020617',
},
},
fontFamily: {