From fa94d623d14ef4b89ef3dcb452811b39733dd8f8 Mon Sep 17 00:00:00 2001 From: Groq Agent Date: Tue, 24 Mar 2026 12:41:03 +0000 Subject: [PATCH] =?UTF-8?q?[groq]=20Research:=20NotebookLM=20=E2=80=94=20c?= =?UTF-8?q?reate=20audio=20overview=20of=20SOUL.md=20as=20podcast=20(#293)?= =?UTF-8?q?=20(#358)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index abd1455..e2e8e43 100644 --- a/style.css +++ b/style.css @@ -94,6 +94,10 @@ canvas { transition: background-color 0.2s ease; } +#podcast-toggle:hover { + background-color: #0066cc; +} + #export-session:hover { background-color: var(--color-primary); color: var(--color-bg);