From 13d1f9673edb610b284fdbd0e9f14156bff49d0a Mon Sep 17 00:00:00 2001 From: ItzzExcel <98148217+ItzzExcel@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:20:08 -0600 Subject: [PATCH] Na --- themes/black-neptune-theme.css | 40 +++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/themes/black-neptune-theme.css b/themes/black-neptune-theme.css index 7cf5622..7d2cd4d 100644 --- a/themes/black-neptune-theme.css +++ b/themes/black-neptune-theme.css @@ -244,6 +244,44 @@ button[data-test="close-now-playing"]:hover { margin-right: -5px !important; } +[data-test="now-playing-track-title"] { + text-shadow: 0 0 5px #fff, 0 0 30px #fff; +} + [class^="bottomGradient"] { visibility: hidden; -} \ No newline at end of file +} + +[aria-label="Show credits"] { + top: calc(var(--headerHeight) + 80px); +} + +[data-current] { + transition: text-shadow 0.7s ease-in-out, text-shadow 0.7s ease-in-out; +} + +[data-current="true"] { + text-shadow: 0 0 5px #fff, 0 0 20px #fff; + transition-duration: 0.7s; +} + +[data-current="false"] { + text-shadow: 0 0 0px transparent, 0 0 0px transparent; + transition-duration: 0.25s; + color: var(--wave-color-solid-accent-dark); +} + +[class^="lyricsContainer"]>div>div>span { + margin-bottom: 2rem; + opacity: 1; + font-family: -apple-system-headline, BlinkMacSystemFont, sans-serif; + font-weight: bolder; +} + +[class^="lyricsProvider"] { + visibility: hidden; +} + +[class^="syncButton"] { + margin-bottom: 10px; +}