From 3bef126cd8638fefa21d3bd635148dfa4b20ebdd Mon Sep 17 00:00:00 2001 From: ANKeshri Date: Tue, 25 Jun 2024 18:52:53 +0530 Subject: [PATCH 1/3] social icon hover --- website3.0/stylesheets/darkmode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website3.0/stylesheets/darkmode.css b/website3.0/stylesheets/darkmode.css index 14d92eca..1e03b03f 100644 --- a/website3.0/stylesheets/darkmode.css +++ b/website3.0/stylesheets/darkmode.css @@ -19,7 +19,7 @@ body.dark-mode { } .dark-mode .iconsclass > a:hover { box-shadow: 0 0px 8px rgb(152, 152, 151); - color: #b7b7b7; + color: #ff7d1f; } .dark-mode .font { From af201123d85622cdbb8ce08195625590a01bc096 Mon Sep 17 00:00:00 2001 From: ANKeshri Date: Tue, 25 Jun 2024 18:54:24 +0530 Subject: [PATCH 2/3] hover of nav bar items in dark mode --- website3.0/stylesheets/darkmode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website3.0/stylesheets/darkmode.css b/website3.0/stylesheets/darkmode.css index 1e03b03f..9970ec8f 100644 --- a/website3.0/stylesheets/darkmode.css +++ b/website3.0/stylesheets/darkmode.css @@ -26,7 +26,7 @@ body.dark-mode { color: #e0e0e0; } .dark-mode .nav-links li a::after { - background-color: #c0c0c0; + background-color: #ff7d1f; } .dark-mode .active { background-color: #333; From 067877a0b77777d68f6180a54ca4c454a5b4dea0 Mon Sep 17 00:00:00 2001 From: ANKeshri Date: Tue, 25 Jun 2024 18:59:17 +0530 Subject: [PATCH 3/3] emailbox --- website3.0/stylesheets/darkmode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website3.0/stylesheets/darkmode.css b/website3.0/stylesheets/darkmode.css index 9970ec8f..a388f0bd 100644 --- a/website3.0/stylesheets/darkmode.css +++ b/website3.0/stylesheets/darkmode.css @@ -86,5 +86,5 @@ body.dark-mode { color: #fff ; } .dark-mode ::placeholder { - color: #ffffff93 !important; + color: #989897 !important; } \ No newline at end of file