Skip to content

Instantly share code, notes, and snippets.

@Ademking
Last active December 26, 2020 03:14
Show Gist options
  • Save Ademking/f44ffb899a278c1a66660110b985005e to your computer and use it in GitHub Desktop.
Save Ademking/f44ffb899a278c1a66660110b985005e to your computer and use it in GitHub Desktop.
Custom tlk.io Chatroom CSS - Fix: No Avatar
/* Custom tlk.io Chatroom CSS - Fix: No Avatar */
@import url('https://fonts.googleapis.com/css?family=Cairo');
#header {
display: none;
}
#channel {
text-transform: uppercase;
}
.header-avatar, .info , .menu, #share_button{
display: none;
}
html, .header-channel {
font-family: 'Cairo', sans-serif;
}
.aside {
background-color: transparent !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment