/* border applied via utility classes in templates */
}
+ /* Footer variant: more opaque */
+ footer.frosted-bar {
+ background-color: rgba(var(--bg2-rgb), 0.88);
+ }
+
/* Border utilities for frosted-bar component */
.frosted-bar.border-b,
.frosted-bar.border-t {
/* border applied via utility classes in templates */
}
+/* Footer variant: more opaque */
+
+footer.frosted-bar {
+ background-color: rgba(var(--bg2-rgb), 0.88);
+}
+
/* Border utilities for frosted-bar component */
.frosted-bar.border-b,