]> danix's work - danix.xyz-2.git/commitdiff
refactor: update internal footer divider to match frosted-bar border styling
authorDanilo M. <redacted>
Thu, 16 Apr 2026 09:34:09 +0000 (11:34 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 09:34:09 +0000 (11:34 +0200)
themes/danix-xyz-hacker/layouts/partials/footer.html

index db58bddd86228b2dba4f80cd7fb50ea7b1c832b4..a6d61301145157802a0d4a791eee3891992b198f 100644 (file)
@@ -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>