Skip to content

Commit

Permalink
Lower background shadow color
Browse files Browse the repository at this point in the history
  • Loading branch information
palinkiewicz committed Aug 4, 2024
1 parent d604c91 commit cefb4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/DOMHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const NO_LYRICS_SELECTED =
const SPOTIFY_LOGO =
"https://upload.wikimedia.org/wikipedia/commons/2/26/Spotify_logo_with_text.svg";

const BACKGROUND_SHADOW_COLOR = "rgba(0, 0, 0, 0.4)";
const BACKGROUND_SHADOW_COLOR = "rgba(0, 0, 0, 0.25)";
const BACKGROUND_SHADOW_BORDER_RADIUS = 24;
const BACKGROUND_SHADOW_BLUR = 12;
const BACKGROUND_SHADOW_OFFSET_X = 0;
Expand Down

0 comments on commit cefb4bb

Please sign in to comment.