From 9a0491f09939cf62f6ed6aefeddaa7e710c766e2 Mon Sep 17 00:00:00 2001 From: Ashmita Date: Mon, 22 Jul 2024 21:30:01 +0530 Subject: [PATCH] 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;