Skip to content

Instantly share code, notes, and snippets.

@Ademking
Created July 7, 2019 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ademking/cd3f952240e2f1d26a01344d1c0007b0 to your computer and use it in GitHub Desktop.
Save Ademking/cd3f952240e2f1d26a01344d1c0007b0 to your computer and use it in GitHub Desktop.
ChatTheme - Red Version (No avatar)
/* Red Theme by AdemKouki - 2019 */
@import url('https://fonts.googleapis.com/css?family=Cairo');
.theme--day .header-bar {
background-color: #c70404;
}
.header-avatar, .info , .menu, #share_button{
display: none;
}
html, .header-channel {
font-family: 'Cairo', sans-serif;
}
.removed {
display: inherit;
}
html.isIframe {
background: #fff7f7;
}
.post blockquote {
background: #f4d1d1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment