Skip to content

Commit

Permalink
Merge pull request #2555 from srilekha279/main
Browse files Browse the repository at this point in the history
Improved the text visibility in dark mode for Submit button
  • Loading branch information
huamanraj committed Jul 20, 2024
2 parents 39b99cc + c93d60e commit 040f589
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions assets/css/rate.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,22 @@ body{
cursor: pointer;
}

.dark-mode #rate-us .button {
background-color: #f85d5d;
color: #0c0c0c;
padding: 10px;
border-radius: 10px;
border: none;
text-align: center;
margin: 18px;
}

.dark-mode #rate-us .button:hover {
background-color: #ca423e;
transform: scale(1.01);
cursor: pointer;
}

#rate-us a{
text-decoration: none;
}
Expand Down

0 comments on commit 040f589

Please sign in to comment.