Make Coral embed background transparent
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-24 00:32:44 +05:30
parent 3fae4a6daf
commit 1423c5ee9f
14 changed files with 161 additions and 7 deletions

View file

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