Skip to content

Commit 8bd9173

Browse files
CopilotjbamptonCopilot
authored
fix: "Directory" heading uses accent color on all themes (#454)
* fix: use accent color for Directory heading on profile pages in dark theme Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/5c02d44f-df5c-4f3b-8b91-9f456a405396 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix: add transition-colors to Directory heading per review feedback Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/1d382a16-63f3-4334-8aed-690b06dd8f72 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> * fix: add duration-300 to Directory heading transition per Gemini review Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/04479227-6935-4fbf-9f9d-d06850865898 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> Co-authored-by: John Bampton <jbampton@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent cb5dde8 commit 8bd9173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_includes/header-details.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% else %}
99
<a href="/" class="group/back flex items-center gap-3">
1010
<span class="text-2xl md:text-4xl text-accent transition-transform group-hover/back:-translate-x-2">←</span>
11-
<h1 class="text-3xl md:text-5xl font-black tracking-tighter text-[var(--text-main)] uppercase italic leading-none transition-all group-hover/back:text-accent">
11+
<h1 class="text-3xl md:text-5xl font-black tracking-tighter text-accent uppercase italic leading-none transition-colors duration-300">
1212
Directory
1313
</h1>
1414
</a>

0 commit comments

Comments
 (0)