Skip to content

Instantly share code, notes, and snippets.

@benharri
Last active June 3, 2018 17:48
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 benharri/c4a6a147d52da00d44f6f3a94164acd8 to your computer and use it in GitHub Desktop.
Save benharri/c4a6a147d52da00d44f6f3a94164acd8 to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
* {
font-family: 'IBM Plex Mono', monospace;
font-size: 15px;
}
#chat .from .user::before,
#chat .from .user::after,
#sidebar .chan.query::before,
#sidebar .chan.channel::before {
content: "";
}
/* Better CSS box */
#user-specified-css-input {
height: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment