From ebc11cbe605beeb69b1e83d9c19c4c63d5c672d9 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 24 Mar 2026 08:43:33 -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 | 3 +++ style.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/index.html b/index.html index f4d3aba..aa446c3 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,9 @@ + diff --git a/style.css b/style.css index d2d1d55..b7d4dea 100644 --- a/style.css +++ b/style.css @@ -93,6 +93,9 @@ canvas { font-family: var(--font-body); transition: background-color 0.2s ease; } +#podcast-toggle:hover { + background-color: var(--color-primary); +} #podcast-toggle:hover { background-color: var(--color-primary); -- 2.43.0