Skip to content

Commit

Permalink
Merge pull request #434 from Ridhima10/rate-us
Browse files Browse the repository at this point in the history
Rate us
  • Loading branch information
Manaregr8 authored Aug 10, 2024
2 parents 1bedc76 + 27d0712 commit 0b3abda
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ body {
border: none;
border-radius: 5px;
cursor: pointer;
z-index: 990;

}

.download-button:hover {
Expand Down 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 0b3abda

Please sign in to comment.