Skip to content

Instantly share code, notes, and snippets.

@pgebheim
Last active November 9, 2017 18:42
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 pgebheim/68f408aa76ad07e164a3dab4b75d5ac1 to your computer and use it in GitHub Desktop.
Save pgebheim/68f408aa76ad07e164a3dab4b75d5ac1 to your computer and use it in GitHub Desktop.
(function() {
var el = document.createElement('style');
el.innerText = " \
.theme-dark .message-group .comment .markup { color: hsla(0,0%,100%,1); } \
.theme-light .message-group .comment .markup { color: black !important } \
.message-group { border-bottom: none; padding: 10px 0; } \
";
document.body.appendChild(el);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment