blogs/sites/research/public/coral-transparent.css
Neeldhara Misra 1423c5ee9f
Some checks are pending
Build / build (push) Waiting to run
Make Coral embed background transparent
2026-06-24 00:32:44 +05:30

10 lines
215 B
CSS

#coral {
--palette-background-body: transparent;
}
#coral,
#coral [class*="App-root"],
#coral [class*="StreamContainer-root"] {
background: transparent !important;
background-color: transparent !important;
}