summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-16 11:34:09 +0200
committerDanilo M. <danix@danix.xyz>2026-04-16 11:34:09 +0200
commitdceead8e9cd8ba805c5392139ef305d9245cddf0 (patch)
tree45ce8ae5a21e156cdd142367db12ea3239698848 /themes
parent4fe47deb7a0bd7a0b796bb7ec4ca69c77e99dec6 (diff)
downloaddanixxyz-dceead8e9cd8ba805c5392139ef305d9245cddf0.tar.gz
danixxyz-dceead8e9cd8ba805c5392139ef305d9245cddf0.zip
refactor: update internal footer divider to match frosted-bar border styling
Diffstat (limited to 'themes')
-rw-r--r--themes/danix-xyz-hacker/layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html
index db58bdd..a6d6130 100644
--- a/themes/danix-xyz-hacker/layouts/partials/footer.html
+++ b/themes/danix-xyz-hacker/layouts/partials/footer.html
@@ -31,7 +31,7 @@
</div>
<!-- Copyright -->
- <div class="pt-8 border-t border-border/30 text-center text-xs text-text-dim">
+ <div class="pt-8 border-t border-border text-center text-xs text-text-dim">
<p>&copy; {{ now.Year }} {{ .Site.Params.author }}. {{ i18n "allRightsReserved" }}</p>
</div>
</div>