From b0e21493b96ccf49ec88f82c03f665614cb4074c Mon Sep 17 00:00:00 2001 From: ItzzExcel <98148217+ItzzExcel@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:35:56 -0600 Subject: [PATCH] YES --- themes/black-neptune-theme.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/themes/black-neptune-theme.css b/themes/black-neptune-theme.css index 43b18d0..297991b 100644 --- a/themes/black-neptune-theme.css +++ b/themes/black-neptune-theme.css @@ -340,4 +340,27 @@ button[data-test="close-now-playing"]:hover { [class^="subMenu--"] { border: 1px solid var(--wave-color-opacity-contrast-fill-ultra-thin) !important; -} \ No newline at end of file +} + +[class*="lyricsText--"] > span[class*="active--"] { + text-shadow: 0 0 2px #fff, 0 0 20px #fff; + padding-left: 20px; + transition-duration: 0.7s; + font-size: 60px; +} + +[class*="lyricsText--"] > span { + text-shadow: 0 0 0px transparent, 0 0 0px transparent; + transition-duration: 0.25s; + color: rgba(128, 128, 128, 0.4); + font-size: 45px; +} + +[class*="lyricsText--"] > span:hover { + text-shadow: 0 0 2px lightgray, 0 0 20px lightgray; + color: lightgray; + padding-left: 20px; + transition-duration: 0.7s; +} + +/* TODO: ADD INTERLUDE SUPPORT FOR THE THREE DOTS */ \ No newline at end of file