Adding an easy way to customize background transparency in OBS and co.

This commit is contained in:
John Livingston
2022-08-07 11:51:07 +02:00
parent 68dc74d630
commit 36cda4a9b4
4 changed files with 18 additions and 4 deletions

View File

@ -174,6 +174,13 @@ Check the «readonly» checkbox in the modal.
Then use this link as a «web browser source» in OBS.
You can use the «Transparent background» to have a transparent background in OBS.
If you want to customize the background transparency, you can add this CSS in your OBS browser source's settings:
```css
:root {
--livechat-transparent: rgba(255 255 255 / 90%) !important;
}
```
Note: you can customize colors. This is undocumented yet, but you can try this:
in the modal, check «use curent theme colors», then you can try to manually change color values in the URL.