Created
May 31, 2018 19:33
-
-
Save 0x263b/8545ba53f9caa622a4a25b1903d7dfda 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
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"] [class^="name"] { | |
font-weight: normal !important; | |
} | |
.guilds-wrapper { | |
position: fixed !important; | |
top: 0; | |
bottom: 0; | |
left: -60px; | |
z-index: 10; | |
transition: left 0.2s ease-in-out; | |
} | |
.guilds-wrapper:hover { | |
left: 0px; | |
} | |
.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