/* border applied via utility classes in templates */
}
- /* Footer variant: test - fully opaque background */
- footer.frosted-bar {
- background-color: rgba(var(--bg2-rgb), 1) !important;
+ /* Footer styling with strong frosting */
+ footer {
+ -webkit-backdrop-filter: blur(20px);
+ backdrop-filter: blur(20px);
}
/* Border utilities for frosted-bar component */
/* border applied via utility classes in templates */
}
-/* Footer variant: test - fully opaque background */
+/* Footer styling with strong frosting */
-footer.frosted-bar {
- background-color: rgba(var(--bg2-rgb), 1) !important;
+footer {
+ -webkit-backdrop-filter: blur(20px);
+ backdrop-filter: blur(20px);
}
/* Border utilities for frosted-bar component */
-<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);">
+<footer class="mt-16 border-t py-12" style="background-color: rgba(var(--bg2-rgb), 0.85); 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 -->