Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
vsporeddy authored Apr 4, 2024
1 parent 22c384b commit 8452bcd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ button {
background-color: #fffaf0; /* Soft cream color */
background-color: rgba(255, 250, 240, 1); padding: 30px;
border-radius: 15px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1), 0 0 60px rgba(88, 24, 69, 0.6); /* Pink glow */
z-index: 100;
max-height: 80vh;
overflow-y: auto;
Expand Down Expand Up @@ -147,8 +147,7 @@ input[type="text"], button {
border: 1px solid #ddd;
font-family: inherit;
box-shadow:
5px 5px 10px rgba(0, 0, 0, 0.3),
0 0 20px rgba(88, 24, 69, 0.6); /* Pink glow */
0 0 10px rgba(88, 24, 69, 0.4); /* Pink glow */

}

Expand Down Expand Up @@ -237,7 +236,7 @@ input[type="text"], button {
max-height: 200px;
margin-bottom: 15px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
border-radius: 80px;
border-radius: 100px;
box-shadow:
5px 5px 10px rgba(0, 0, 0, 0.3),
0 0 60px rgba(88, 24, 69, 0.6); /* Pink glow */
Expand Down

0 comments on commit 8452bcd

Please sign in to comment.