diff --git a/themes/black-neptune-theme.css b/themes/black-neptune-theme.css index 0b19853..1fde78b 100644 --- a/themes/black-neptune-theme.css +++ b/themes/black-neptune-theme.css @@ -257,8 +257,7 @@ button[data-test="close-now-playing"]:hover { } [data-current] { - transition: text-shadow 0.7s ease-in-out, text-shadow 0.7s ease-in-out; - transition: padding 0.7s; + transition: text-shadow 0.7s ease-in-out, text-shadow 0.7s ease-in-out padding 0.7s ease-in-out; } [data-current="true"] { @@ -286,4 +285,4 @@ button[data-test="close-now-playing"]:hover { [class^="syncButton"] { margin-bottom: 10px; -} +} \ No newline at end of file