Skip to content

Instantly share code, notes, and snippets.

@deingithub
Last active August 8, 2019 07:17
Show Gist options
  • Save deingithub/282fea93728971d91e6640da654f8e21 to your computer and use it in GitHub Desktop.
Save deingithub/282fea93728971d91e6640da654f8e21 to your computer and use it in GitHub Desktop.
/* light/compact */
.theme-light [class*="markup"], .theme-light [class*="divider"] {
color: #555;
}
.theme-light [class*="messagesWrapper"], .theme-light [class*="divider"] {
background-color: #fafafa;
border-bottom-color: #e0e0e0;
}
.theme-light .dividerContent-2L12VI:after, .theme-light .dividerContent-2L12VI:before {
content: none;
}
code, code * {
font-family: IBM Plex Mono !important;
}
img.emoji.jumboable {
width: 3rem !important;
height: 3rem !important;
}
h2[class*="headerCompact"] ~ img.emoji.jumboable {
vertical-align: top;
}
[class*="messageCompact"] > [class*="containerCompact"]:not([class*="contentCompact"]) {
padding-left: 6ch;
}
img.emoji[alt*=":nephi"] {
image-rendering: pixelated;
}
.theme-light [class*="avatar"] {
border-radius: 10%;
}
.theme-light [class*="mask"], .theme-light [class*="chat"] foreignObject {
-webkit-mask: none;
mask: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment