]> danix's work - danix.xyz-2.git/commitdiff
fix: apply frosted glass styling to footer via inline styles instead of CSS class
authorDanilo M. <redacted>
Thu, 16 Apr 2026 10:10:48 +0000 (12:10 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 10:10:48 +0000 (12:10 +0200)
themes/danix-xyz-hacker/layouts/partials/footer.html

index 5d9c6be3d9be3abc68b974b815983e304bc451d3..8db1cefdf577a9dee4a412dce6a6baa8076f882e 100644 (file)
@@ -1,4 +1,4 @@
-<footer class="mt-16 border-t py-12" style="background-color: red !important;">
+<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);">
   <div class="container mx-auto px-4">
     <div class="grid md:grid-cols-3 gap-8 mb-8">
       <!-- About -->