Update black-neptune-theme.css

This commit is contained in:
Excel
2025-02-22 01:16:22 -06:00
committed by GitHub
parent 13d1f9673e
commit ff3d354ce1
+4 -2
View File
@@ -245,7 +245,7 @@ button[data-test="close-now-playing"]:hover {
} }
[data-test="now-playing-track-title"] { [data-test="now-playing-track-title"] {
text-shadow: 0 0 5px #fff, 0 0 30px #fff; text-shadow: 0 0 1px #fff, 0 0 30px #fff;
} }
[class^="bottomGradient"] { [class^="bottomGradient"] {
@@ -258,10 +258,12 @@ button[data-test="close-now-playing"]:hover {
[data-current] { [data-current] {
transition: text-shadow 0.7s ease-in-out, text-shadow 0.7s ease-in-out; transition: text-shadow 0.7s ease-in-out, text-shadow 0.7s ease-in-out;
transition: padding 0.7s;
} }
[data-current="true"] { [data-current="true"] {
text-shadow: 0 0 5px #fff, 0 0 20px #fff; text-shadow: 0 0 2px #fff, 0 0 20px #fff;
padding-left: 15px;
transition-duration: 0.7s; transition-duration: 0.7s;
} }