Skip to content

Instantly share code, notes, and snippets.

@Borod4r
Created April 3, 2015 18:15
Show Gist options
  • Save Borod4r/f9d185c340b0fbfa8e39 to your computer and use it in GitHub Desktop.
Save Borod4r/f9d185c340b0fbfa8e39 to your computer and use it in GitHub Desktop.
NightDev OBS Chat CSS
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
overflow: hidden;
}
::-webkit-scrollbar {
visibility: hidden;
}
.chat_box {
}
#chat_box.dark {
background: none;
}
.chat_line {
font-size: 18px;
line-height: 18px;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}
.chat_line .nick {
}
.chat_line .message {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment