From 14289f45e7c3574f23da220e44a57b083ed5190d Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 24 Mar 2026 08:40:25 -0400 Subject: [PATCH] =?UTF-8?q?feat:=20Research:=20NotebookLM=20=E2=80=94=20cr?= =?UTF-8?q?eate=20audio=20overview=20of=20SOUL.md=20as=20podcast=20(#293)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs #293 Agent: groq --- 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); -- 2.43.0