Skip to content

Commit

Permalink
fixed rate us in modal in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridhima10 committed Aug 10, 2024
1 parent e702c92 commit 27d0712
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2009,8 +2009,12 @@ section.image {
background-color: rgba(0, 0, 0, 0.8);
/* Black background with transparency */
}

.light-mode .rateus-container{
background-color: #333;
border: 2px solid rgb(45,44,44);
}
.rateus-container {
color: white;
max-width: 600px;
margin: 100px auto;
/* Position the container a bit lower */
Expand Down

0 comments on commit 27d0712

Please sign in to comment.