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