From 13d6e0e50ad9b9d54b02359d48860a0538b5471d Mon Sep 17 00:00:00 2001 From: Ashmita Barthwal <149078715+AshmitaBarthwal@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:23:48 +0530 Subject: [PATCH 1/2] Update style.css --- Image-Gallery/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index c7d33407..96c8ba0c 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -32,7 +32,7 @@ body { .dark-theme { --secondary-color: #0e1525; - --text-dark: #0e1525; + --text-dark: #8c0ffa; --arr-light: white; --body-light: #0e1525; --img-color:red; From 9a0491f09939cf62f6ed6aefeddaa7e710c766e2 Mon Sep 17 00:00:00 2001 From: Ashmita <abarthwalwork@gmail.com> Date: Mon, 22 Jul 2024 21:30:01 +0530 Subject: [PATCH 2/2] enhance login option --- Image-Gallery/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index 96c8ba0c..80c93d95 100644 --- a/Image-Gallery/style.css +++ b/Image-Gallery/style.css @@ -11,7 +11,7 @@ body { --text-light: #767268; --extra-light: #ffffff; --foot-light: #0d213f; - --arr-light: #3685fb; + --arr-light: #ffffff; --body-light: #ffffff; --secondary-color: #fafcff; --text-dark: #0d213f; @@ -32,7 +32,7 @@ body { .dark-theme { --secondary-color: #0e1525; - --text-dark: #8c0ffa; + --text-dark: white; --arr-light: white; --body-light: #0e1525; --img-color:red; @@ -122,9 +122,9 @@ body { padding-left: 20px; padding-right: 20px; width: auto; - background-color: transparent; + background-color: var(--btn-border); border: 2px solid var(--btn-border); - color: var(--btn-color); + color: var(--arr-light); font-weight: 500; font-size: 14px; letter-spacing: 2px;