From d11b72fb93158cfec2d262a3491d39410f57e58b Mon Sep 17 00:00:00 2001 From: Devanshu Kumar Singh Date: Tue, 15 Oct 2024 16:34:01 +0530 Subject: [PATCH 1/2] solved issue #100 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5e8fd1e..7ce2362 100644 --- a/index.html +++ b/index.html @@ -155,7 +155,7 @@
-
+

So, What does this Software do?

From 5054fe5366ccb1d2bcb020a09f4f2e3743c820c4 Mon Sep 17 00:00:00 2001 From: Devanshu Kumar Singh Date: Wed, 16 Oct 2024 03:22:50 +0530 Subject: [PATCH 2/2] solved issue #100 --- index.html | 2 +- website/style.css | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7ce2362..df49e07 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@
SCROLL TO KNOW MORE
-
+
diff --git a/website/style.css b/website/style.css index 80d4aba..c96da25 100644 --- a/website/style.css +++ b/website/style.css @@ -304,6 +304,11 @@ body { color: black; /* Default text color in light mode */ } +.dark-mode #download_btn{ + color: white; + border: 1px solid #fff; +} + /* Dark mode styles */ body.dark-mode { background-color: black; /* Dark mode background */ @@ -637,8 +642,8 @@ tr:hover { #download_btn { background-color: #00000000; - border: 1px solid white; - color: white; + border: 1px solid black; + color: black; font-size: large; transition-duration: 0.3s; padding: 10px 20px 10px 20px; @@ -1141,8 +1146,12 @@ input { left: 50%; margin-top: 45vh; transform: translate(-50%); + color: #333; } + + + #about { padding-top: 90px; margin-top: 0;