From d2cc2479ebc77c8484d70f1fd074227358e31d25 Mon Sep 17 00:00:00 2001 From: ItzzExcel <98148217+ItzzExcel@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:15:14 -0600 Subject: [PATCH] EVERYTHING KEEPS BREAKING --- themes/black-neptune-theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/black-neptune-theme.css b/themes/black-neptune-theme.css index b6eabc7..1939cf8 100644 --- a/themes/black-neptune-theme.css +++ b/themes/black-neptune-theme.css @@ -179,6 +179,11 @@ color: var(--wave-color-solid-accent-fill) !important; } +[class^="tableRow"], +[data-test-is-playing="false"] { + color: rgba(255, 255, 255, 0.45); +} + [class*="coverColumn"] { padding-left: 5px !important; }