Last active
April 3, 2021 17:54
-
-
Save jthurteau/ecf9681e6de18207b704d902df34ee3c to your computer and use it in GitHub Desktop.
OBS/Twitch chat CSS
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
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; } | |
.chat-line__message {font-weight:800; font-size:20px; color:#fff;} | |
.chat-line__status {font-weight:800; font-size:20px; color:#fff;} | |
.simplebar-scroll-content {background-color:#000;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment