diff --git a/CHANGELOG.md b/CHANGELOG.md index c068036..69d9d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,10 @@ - Migrate every `px` to `rem` for better scaling (I did that once already, but they appeared again) +### Fix(es) + +- The class name for the extra link in the helpful layout + ### Dependency(ies) - Bump globals from 15.8.0 to 15.9.0 (https://github.com/aplosdev/aplos/pull/39) diff --git a/src/layouts/Helpful.vue b/src/layouts/Helpful.vue index c8eeabf..816c592 100644 --- a/src/layouts/Helpful.vue +++ b/src/layouts/Helpful.vue @@ -9,7 +9,7 @@ :href="theme.nav.git + '/issues/new'" >File an issue - {{ + {{ frontmatter.footlink.text }} @@ -54,7 +54,7 @@ const { theme, frontmatter } = useData(); } } -#extra-link { +.extra-link { background-color: transparent; color: var(--color-accent);