Skip to content

Commit

Permalink
improved dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
srilekha279 committed Jul 18, 2024
1 parent 4528bed commit c93d60e
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 c93d60e

Please sign in to comment.