Skip to content

Commit

Permalink
color theme update in 19_javascript_music_player
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishkhobragade committed Mar 22, 2024
1 parent ea4af28 commit 9b8cc0f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions 19_javascript_music_player/player.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
:root {
--mainbg: #333;
/* theme 1 pink */
/* --mainbg: #333;
--playerbg: #ffe0e5;
--maincolor: #f53192;
--white: #fff;
--boxshadow: rgba(255, 26, 26, 0.22);
--vol: #ec64f9;
--volscroll: #2e29b7;
--volscroll: #2e29b7; */

/* theme 2 blue */
--mainbg: #333;
--playerbg: #00d2ff;
--maincolor: #006bff;
--white: #fff;
--boxshadow: rgba(0, 16, 133, 0.22);
--vol: #006bff;
--volscroll: #0004ff;
}

* {
Expand Down

0 comments on commit 9b8cc0f

Please sign in to comment.