From 28e807363f672584abe5b4f7d9690f3bd302b067 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:56:11 +0300 Subject: [PATCH] fixed read along for 1.2.70+ --- css-helper/lyrics-color/rules.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css-helper/lyrics-color/rules.css b/css-helper/lyrics-color/rules.css index 15e5559..1297c09 100644 --- a/css-helper/lyrics-color/rules.css +++ b/css-helper/lyrics-color/rules.css @@ -123,9 +123,10 @@ body .KDhLFoEqoClhH12bsfrS { } /* read along podcasts */ +.l6lFMYQteTVnTcHnLywc, ._nDkCIVgkWayq3tqiIuW, .B_wut2Bw4HwLr3w8rNfM { --transcript-color-background: var(--background) !important; --transcript-color-text: var(--next) !important; --transcript-color-highlightText: var(--current) !important; -} \ No newline at end of file +}