Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Update styles.css
  • Loading branch information
laxmikandivalasa authored Nov 8, 2024
1 parent f092386 commit c5edb99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Website/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ div {
background-color: #121245;
padding: 10px 20px;
border-radius: 15px;
height: 340px;
height: 450px;
color: white;
animation: slideInRight 0.3s ease-in-out;
transition: background-color 0.3s ease;
Expand Down Expand Up @@ -553,7 +553,7 @@ div {
background-color: #121245;
padding: 10px 20px;
border-radius: 15px;
height: 340px;
height: 450px;
color: white;
animation: slideInRight 1s ease-in-out;
transition: background-color 0.3s ease;
Expand Down Expand Up @@ -2318,4 +2318,4 @@ body.blue-mode {
/* Dark blue background for tooltips */
color: #f1f1f1;
/* Light text */
}
}

0 comments on commit c5edb99

Please sign in to comment.