Bugfix missing css variable

This commit is contained in:
cgfhtw
2025-06-24 11:23:22 +02:00
parent 301818be69
commit 7233bc3cdd
@@ -142,7 +142,7 @@
align-items: center;
overflow: hidden;
color: rgba(var(--bs-white-rgb),1);
background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
background-color: rgba(var(--bs-primary-rgb), 1);
}
.searchbar-square-image.rounded-circle > img,
.searchbar-square-image.rounded-circle > div {
@@ -162,7 +162,7 @@
align-items: center;
overflow: hidden;
color: rgba(var(--bs-white-rgb),1);
background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
background-color: rgba(var(--bs-primary-rgb), 1);
height: calc((100px - .75em) * 1.3);
}
.searchbar-rounded-image > img,