Design changes to pantry
All checks were successful
Build and Deploy / build-and-push (push) Successful in 27s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 27s
This commit is contained in:
@@ -48,6 +48,14 @@ export function ensureFilterPopoverStyles() {
|
||||
backdrop-filter: blur(28px) saturate(180%);
|
||||
-webkit-backdrop-filter: blur(28px) saturate(180%);
|
||||
}
|
||||
|
||||
.filter-liquid-surface.filter-liquid-panel-soft {
|
||||
--filter-liquid-panel-bg: rgba(var(--app-bg-rgb), 0.52);
|
||||
}
|
||||
|
||||
.dark .filter-liquid-surface.filter-liquid-panel-soft {
|
||||
--filter-liquid-panel-bg: rgba(var(--app-bg-rgb), 0.6);
|
||||
}
|
||||
`;
|
||||
document.head.appendChild(style);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user