Skip to content

Commit

Permalink
✨ feat: add styles for globalNav dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Dec 23, 2024
1 parent 6a42466 commit 9b8fe4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,17 @@ input:hover:not([disabled], :active)~.x-toggle-indicatorWrapper,
row-gap: var(--gap-sm);
}

.GimJ6fo6WOYPyWNVpSr1 {
background-color: rgba(var(--spice-rgb-main), 0.75);
-webkit-backdrop-filter: blur(var(--blur-xl));
backdrop-filter: blur(var(--blur-xl));
border: var(--default-border);
margin-top: 6px;
}

.GimJ6fo6WOYPyWNVpSr1 .A5mSopU8ZkrqFtMhrJae * {
color: var(--spice-subtext) !important;
}

/* Playlist Gradient Background */
.main-entityHeader-container.main-entityHeader-nonWrapped {
Expand Down

0 comments on commit 9b8fe4b

Please sign in to comment.