/* border applied via utility classes in templates */
}
- /* Footer variant: stronger frosting effect */
- .frosted-bar-strong {
- background-color: rgba(var(--bg2-rgb), 0.85) !important;
- backdrop-filter: blur(20px) !important;
+ /* Footer variant: test - fully opaque background */
+ footer.frosted-bar {
+ background-color: rgba(var(--bg2-rgb), 1) !important;
}
/* Border utilities for frosted-bar component */
/* border applied via utility classes in templates */
}
-/* Footer variant: stronger frosting effect */
+/* Footer variant: test - fully opaque background */
-.frosted-bar-strong {
- background-color: rgba(var(--bg2-rgb), 0.85) !important;
- -webkit-backdrop-filter: blur(20px) !important;
- backdrop-filter: blur(20px) !important;
+footer.frosted-bar {
+ background-color: rgba(var(--bg2-rgb), 1) !important;
}
/* Border utilities for frosted-bar component */
-<footer class="mt-16 frosted-bar border-t py-12 frosted-bar-strong">
+<footer class="mt-16 frosted-bar border-t py-12">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-3 gap-8 mb-8">
<!-- About -->