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);