Skip to content

Commit 0c1d61c

Browse files
Copilotjbampton
andauthored
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>
1 parent 1f72062 commit 0c1d61c

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-all">
1212
Directory
1313
</h1>
1414
</a>

0 commit comments

Comments
 (0)