Skip to content

Commit

Permalink
enhance login option
Browse files Browse the repository at this point in the history
  • Loading branch information
AshmitaBarthwal committed Jul 22, 2024
1 parent 13d6e0e commit 9a0491f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 All @@ -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;
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 9a0491f

Please sign in to comment.