diff --git a/frontend/src/index.css b/frontend/src/index.css index 5eb7625..fea0e41 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -10,6 +10,12 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #f9fafb; + color: #111827; +} + +.dark body { + background-color: #111827; /* gray-900 */ + color: #e5e7eb; /* gray-200 */ } code { diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx index 8d1c7d3..1f1ea84 100644 --- a/frontend/src/pages/Home.jsx +++ b/frontend/src/pages/Home.jsx @@ -75,10 +75,10 @@ const Home = () => {
+
An interactive platform to learn, visualize, and analyze data structures and algorithms. Built with C++ performance and modern web technologies.
@@ -92,7 +92,7 @@ const Home = () => { View Performance Analysis @@ -101,21 +101,21 @@ const Home = () => { {/* Features Section */}+
{feature.description}
+
{category.description}