Skip to content

Commit

Permalink
Merge pull request #1175 from AshmitaBarthwal/login
Browse files Browse the repository at this point in the history
feat: Fixing Login Option
  • Loading branch information
apu52 authored Jul 24, 2024
2 parents f79ffc0 + 1bc0151 commit 427ab54
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 @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 427ab54

Please sign in to comment.