From 1dc78f38e2d2a01044be6046eb89cc661797bb00 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 24 Mar 2026 09:00:15 -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 --- index.html | 1 + style.css | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cf07c36..5ff653f 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,7 @@ + diff --git a/style.css b/style.css index 0ebc7b3..ca07b5d 100644 --- a/style.css +++ b/style.css @@ -111,7 +111,11 @@ canvas { font-size: 12px; cursor: pointer; font-family: var(--font-body); - transition: background-color 0.2s ease; + transition: background-color 0.3s ease; +} + +#podcast-toggle.active { + background-color: #0066cc; } #podcast-toggle:disabled { -- 2.43.0