Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AadityaV314 authored Oct 30, 2024
1 parent b745580 commit 48a62c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions leadership/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
}

50% {
background-color: yellowgreen;
background-color: green;
}

60% {
background-color: green;
background-color: #00CCFF;
}

100% {
background-color: #00CCFF;
background-color: #D3D3FF;
}
}
}
Expand Down

0 comments on commit 48a62c1

Please sign in to comment.