Skip to content

Commit

Permalink
changed shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijenchawra committed Dec 19, 2023
1 parent 0091941 commit d20cb0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: var(--bg-color);
transition: background-color 0.5s;
background: var(--bg-color);
transition: background 0.5s;
}

#container {
Expand All @@ -126,7 +126,7 @@
background-color: var(--primary-color);
transition: background-color 0.5s;
border-radius: 30px 30px 30px 30px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.363);
}

#right-column {
Expand Down

0 comments on commit d20cb0d

Please sign in to comment.