]> danix's work - danix.xyz-2.git/commitdiff
fix: use CSS variables in footer inline styles for theme-aware colors
authorDanilo M. <redacted>
Thu, 16 Apr 2026 10:12:45 +0000 (12:12 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 10:12:45 +0000 (12:12 +0200)
themes/danix-xyz-hacker/layouts/partials/footer.html

index 8db1cefdf577a9dee4a412dce6a6baa8076f882e..18bcf085cea56908391e9d0f58981fd17b660d33 100644 (file)
@@ -1,4 +1,4 @@
-<footer class="mt-16 border-t py-12" style="background-color: rgba(12, 21, 32, 0.85); backdrop-filter: blur(20px); box-shadow: 0 0 20px rgba(168, 85, 247, 0.12);">
+<footer class="mt-16 border-t py-12" style="background-color: rgba(var(--bg2-rgb), 0.85); backdrop-filter: blur(20px); box-shadow: 0 0 20px var(--accent-glow);">
   <div class="container mx-auto px-4">
     <div class="grid md:grid-cols-3 gap-8 mb-8">
       <!-- About -->