From 9b8fe4b5e7f1298167b278310111c0757d86d127 Mon Sep 17 00:00:00 2001 From: Sanooj Es Date: Mon, 23 Dec 2024 22:56:42 +0530 Subject: [PATCH] :sparkles: feat: add styles for globalNav dropdown --- src/user.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/user.css b/src/user.css index 5a25f52..d052cfe 100644 --- a/src/user.css +++ b/src/user.css @@ -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 {