fix: refine post navigation alignment and borders
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-21 19:55:55 +01:00
parent c872fa67e6
commit d2c60dd6eb

View File

@@ -61,7 +61,7 @@
{{/prev_post}} {{/prev_post}}
{{#next_post}} {{#next_post}}
<div class="next-post-nav md:text-right md:col-start-2"> <div class="next-post-nav text-right md:col-start-2">
<a href="{{url}}" class="group block p-6 bg-[var(--bg-secondary)] rounded-lg hover:bg-[var(--bg-tertiary)] transition-all duration-300"> <a href="{{url}}" class="group block p-6 bg-[var(--bg-secondary)] rounded-lg hover:bg-[var(--bg-tertiary)] transition-all duration-300">
<span class="text-xs uppercase tracking-widest text-[var(--text-tertiary)] mb-2 block">Next Post &rarr;</span> <span class="text-xs uppercase tracking-widest text-[var(--text-tertiary)] mb-2 block">Next Post &rarr;</span>
<h4 class="text-xl font-bold group-hover:text-[var(--brand-primary)] transition-colors duration-300">{{title}}</h4> <h4 class="text-xl font-bold group-hover:text-[var(--brand-primary)] transition-colors duration-300">{{title}}</h4>