diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index c1c1d58..d44660c 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -884,6 +884,17 @@ import BaseLayout from '../layouts/BaseLayout.astro'; color: var(--color-text); } + .changes-list li a { + color: var(--color-accent); + text-decoration: underline; + text-underline-offset: 3px; + transition: color 0.2s ease; + } + + .changes-list li a:hover { + color: var(--color-text); + } + /* Initial Release */ .initial-release { text-align: center;