Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Change button color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
the-codeboy committed Apr 17, 2024
1 parent 52d1339 commit 7edea7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
color: #f5f5f5; /* Set dark text color */
}


body.dark-mode .btn-download {
background-color: #333; /* Set dark button background color */
color: #f5f5f5; /* Set dark button text color */
}

body.dark-mode .logo {
border: 2px solid #f5f5f5; /* Set dark logo border color */
}
Expand Down

0 comments on commit 7edea7c

Please sign in to comment.