From 7a6660bdf5e8706fc2beb5f4788ca7ecad489b69 Mon Sep 17 00:00:00 2001 From: lorem ipsum Date: Sat, 12 Oct 2024 15:42:03 +0530 Subject: [PATCH 1/2] Adding Dark mode functionality OR Add blinking animation to social icons on Hover --- public/index.html | 125 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 113 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index fa0bc70..bffa6f6 100644 --- a/public/index.html +++ b/public/index.html @@ -5,15 +5,28 @@ - + QR Generator + + + @@ -41,29 +104,67 @@
- + + + + +
+ + + + +
From 9cc566832aa1668ca95799e3d03315f766f3f585 Mon Sep 17 00:00:00 2001 From: lorem ipsum Date: Sun, 13 Oct 2024 12:40:52 +0530 Subject: [PATCH 2/2] Change Dark/Light mode button --- public/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index bffa6f6..09aafd3 100644 --- a/public/index.html +++ b/public/index.html @@ -56,7 +56,7 @@ z-index: 100; border: none; outline: none; - background-color: #007BFF; /* Button color */ + background-color: #010912; /* Button color */ color: white; /* Text color */ cursor: pointer; padding: 10px 15px; @@ -65,7 +65,7 @@ } #themeToggleBtn:hover { - background-color: #0056b3; /* Darker button color on hover */ + background-color: #187acf; /* Darker button color on hover */ } /* Social icons styles */ @@ -106,7 +106,7 @@ - +