Created
January 8, 2022 07:29
-
-
Save adsr/ef74f3e8aa9ea711683bb469cb213c96 to your computer and use it in GitHub Desktop.
Transparent Twitch chat in OBS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .stream-chat-header, | |
| .chat-input, | |
| [data-a-target="chat-welcome-message"] { | |
| display: none; visibility: hidden; | |
| } | |
| body, section { | |
| background-color: rgba(0,0,0,0) !important; | |
| } | |
| .chat-line__message-container, | |
| [data-test-selector="chat-line-message-body"] { | |
| font-size: 24px !important; | |
| line-height: 28px !important; | |
| color: white; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment