Skip to content

Commit

Permalink
Merge pull request #134 from avg77/UI-Button
Browse files Browse the repository at this point in the history
Updated box background UI and fixed button background
  • Loading branch information
Kritika30032002 authored Oct 13, 2023
2 parents 0be7252 + 8777883 commit 847e483
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ body.dark-mode::before {
}

.light-mode .main {
background: rgba(0, 0, 0, 0.2);
box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
border: 10px solid rgba(0, 0, 0, 0.05);
background: rgb(8 87 174 / 19%);
box-shadow: 10px 10px 10px rgb(0 34 60 / 40%);
border: 5px solid rgb(0 20 75 / 4%);
}

.dark-mode .main {
Expand Down Expand Up @@ -218,7 +218,7 @@ body.dark-mode::before {
text-transform: uppercase;
cursor: pointer;
transition: opacity 0.3s;
border: 2px solid transparent;
border: 1px solid #4687f9;
}

.form_btn:hover,
Expand Down

0 comments on commit 847e483

Please sign in to comment.