Skip to content

Commit

Permalink
Enhancement of Google Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AshmitaBarthwal committed Jul 17, 2024
1 parent 206f884 commit 51a07e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Image-Gallery/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
}
}

0 comments on commit 51a07e8

Please sign in to comment.