Skip to content

Commit

Permalink
improved appearance of header
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyachauhan11 authored Oct 26, 2024
1 parent 1f8c6b1 commit c493cca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/playNow.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ body.dark-mode {
/* background-color: #333; */
color: #fff;
}

.dark-mode .container button {
margin-left: none;
}
Expand All @@ -84,6 +85,10 @@ body.dark-mode {
.dark-mode .header {
background-color: #151111;
}
.dark-mode .navbar {
/* background-color: #333; */
background-color: #151111;
}
body.dark-mode .genre-section {
background: linear-gradient(#090e11, #4b2e2e);
}
Expand Down

0 comments on commit c493cca

Please sign in to comment.