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 {