Skip to content

Instantly share code, notes, and snippets.

@jhs
Created May 21, 2014 13:21
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 jhs/070aca72504128fc06d7 to your computer and use it in GitHub Desktop.
Save jhs/070aca72504128fc06d7 to your computer and use it in GitHub Desktop.
Prominent Slack Highlight
$('#msgs_div').bind('DOMSubtreeModified', function () {
var bg = '#bedded'
$('.message .mention').parent().parent().css('background-color', bg)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment