Created
June 15, 2018 00:04
-
-
Save 0x263b/1c9f79a2c5f1b08bc8108b881d97f036 to your computer and use it in GitHub Desktop.
This file contains 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
body, | |
[class^="header"] { | |
font-family: "Twitter Color Emoji", Roboto, Arial, Arial Unicode MS, sans-serif !important; | |
font-size: 14px !important; | |
} | |
input, | |
textarea { | |
font-family: "Twitter Color Emoji", Roboto, Arial, Arial Unicode MS, sans-serif !important; | |
} | |
a, | |
abbr, | |
acronym, | |
address, | |
applet, | |
big, | |
blockquote, | |
body, | |
caption, | |
cite, | |
code, | |
dd, | |
del, | |
dfn, | |
div, | |
dl, | |
dt, | |
em, | |
fieldset, | |
form, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
html, | |
iframe, | |
img, | |
ins, | |
kbd, | |
label, | |
legend, | |
li, | |
object, | |
ol, | |
p, | |
pre, | |
q, | |
s, | |
samp, | |
small, | |
span, | |
strike, | |
strong, | |
sub, | |
sup, | |
table, | |
tbody, | |
td, | |
tfoot, | |
th, | |
thead, | |
tr, | |
tt, | |
ul, | |
var { | |
font-size: 14px !important; | |
} | |
.message-group .comment .markup code.inline, | |
code { | |
font-family: "Twitter Color Emoji", "Roboto Mono", Consolas, Liberation Mono, Menlo, Courier, monospace !important; | |
line-height: 1.4 !important; | |
font-size: 12px !important; | |
} | |
.message-group { | |
border-bottom: none !important; | |
} | |
.message-group:not(.compact) { | |
padding: 8px 0 !important; | |
} | |
.message-group .avatar-large { | |
margin-top: 0 !important; | |
margin-right: 12px !important; | |
} | |
.avatar-large { | |
background-size: 32px 32px !important; | |
height: 32px !important; | |
width: 32px !important; | |
} | |
.message-group .comment .markup { | |
font-size: 14px !important; | |
line-height: 1.3em !important; | |
} | |
.message-group h2 strong { | |
font-size: 14px !important; | |
font-weight: normal !important; | |
} | |
.message-group h2 .timestamp { | |
font-size: 12px !important; | |
} | |
.chat .divider > span { | |
font-weight: normal !important; | |
} | |
[class^="channels"] { | |
width: 210px !important; | |
} | |
[class^="channels"] [class^="name"] { | |
font-weight: normal !important; | |
} | |
.guilds-wrapper { | |
width: 50px !important; | |
} | |
.guilds-wrapper .guilds .guild, | |
.guilds-wrapper .guilds .friends-icon, | |
.guilds-wrapper .guilds .guild .guild-inner a { | |
height: 32px !important; | |
width: 32px !important; | |
} | |
.guilds-wrapper .guilds .guild .avatar-small { | |
background-size: 32px 32px !important; | |
} | |
.btn-download-apps { | |
display: none !important; | |
} | |
.layer > div > div:last-child { | |
margin-left: 10px !important; | |
} | |
.guilds-wrapper .guilds .friends-online { | |
font-size: 10px !important; | |
} | |
.message-group .comment .markup code.inline, | |
.message-group .comment .markup pre code { | |
border-radius: 3px !important; | |
} | |
.message-group .comment .markup pre { | |
border: none !important; | |
} | |
/* dark theme */ | |
.theme-dark .message-group .comment .markup { | |
color: #fff !important; | |
} | |
.theme-dark .message-group h2 .timestamp { | |
color: #fff5 !important; | |
} | |
.theme-dark .message-group .comment .markup code.inline, | |
.theme-dark .message-group .comment .markup pre code { | |
color: white !important; | |
} | |
/* light theme */ | |
.theme-light .message-group .comment .markup { | |
color: #333 !important; | |
} | |
.theme-light .message-group h2 .timestamp { | |
color: #0005 !important; | |
} | |
.theme-light .message-group .comment .markup code.inline, | |
.theme-light .message-group .comment .markup pre code { | |
color: #333 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment