- Refactored About, Contact, Gallery, Home, Services pages to enhance dark mode compatibility. - Changed color schemes from orange to sky for various elements. - Updated background colors and text colors to improve readability in dark mode. - Added dark mode configuration to Tailwind CSS.
3 lines
42 B
JavaScript
3 lines
42 B
JavaScript
module.exports = {
|
|
darkMode: "class",
|
|
}; |