Last active
June 3, 2018 17:48
-
-
Save benharri/c4a6a147d52da00d44f6f3a94164acd8 to your computer and use it in GitHub Desktop.
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
@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