From 51a07e8da9e0afe41340ac0e30c49faf059f3d70 Mon Sep 17 00:00:00 2001 From: Ashmita Date: Wed, 17 Jul 2024 15:36:44 +0530 Subject: [PATCH] Enhancement of Google Logo --- Image-Gallery/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Image-Gallery/style.css b/Image-Gallery/style.css index c7d33407..d153136f 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; @@ -180,8 +180,8 @@ body { .goog-te-gadget img { vertical-align: middle; border: none; - width: 100px; /* Ensure the width is set to auto */ + width: 110px; /* Ensure the width is set to auto */ height: auto; /* Ensure the height is set to auto */ max-width: 100%; /* Adjust this value if needed */ max-height: 100%; /* Adjust this value if needed */ -} +} \ No newline at end of file