Skip to content

Commit

Permalink
made container bg darker
Browse files Browse the repository at this point in the history
  • Loading branch information
anagha-chaudhari committed Jul 4, 2024
1 parent 8646025 commit a712870
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/css/rateus.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ body {
margin-top: 200px;
margin-bottom: 200px;
padding: 40px;
background-color: rgba(47, 47, 47, 0.141);
background-color: rgba(47, 47, 47, 0.6);
border: px solid #0e4003;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
text-align: center;
transition: transform 0.3s ease-in-out;
}
Expand All @@ -35,7 +34,7 @@ body {

.rate-container .star {
font-size: 30px;
color: #3c3c3c;
color: #cecece;
cursor: pointer;
transition: color 0.3s;
}
Expand Down

0 comments on commit a712870

Please sign in to comment.