From ad952e5c69406d3833f263671543c60341934cc0 Mon Sep 17 00:00:00 2001 From: css pro Date: Mon, 30 Sep 2024 20:16:51 -0700 Subject: [PATCH 1/3] in the middle of adding dark mode --- css/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/index.css b/css/index.css index 3ba9ed1..697ae7a 100644 --- a/css/index.css +++ b/css/index.css @@ -9,6 +9,10 @@ body { min-height: 100vh; overflow-x: hidden; } +.darkBody { + background-color: #0a0a0a; + color: #f1f1f1; +} .mobileContainer18 { display: flex; width: 1%; @@ -75,6 +79,10 @@ button { transition: transform 0.5s ease; } +.darkButton{ + background-color: #00e1ff; +} + .source-btn { background-color: #333333; color: white; From 0de8757115bca6303c054519a1f312c064a1d825 Mon Sep 17 00:00:00 2001 From: css pro Date: Mon, 30 Sep 2024 20:19:47 -0700 Subject: [PATCH 2/3] added dark mode toggle --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a0633d1..baa25bb 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@
- +

Version 1.9

From b7059a9e3c98989791415b292c8f0f5ff36ebf95 Mon Sep 17 00:00:00 2001 From: css pro Date: Mon, 30 Sep 2024 20:23:07 -0700 Subject: [PATCH 3/3] added toggle label --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index baa25bb..9a34b4a 100644 --- a/index.html +++ b/index.html @@ -55,10 +55,11 @@ + +
-

Version 1.9