<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

strong &gt; img.emojione, a.permalink.notification__display-name &gt; img.emojione {
  width: 16px !important;
  height: 16px !important;
}


strong &gt; img.emojione:hover, a.permalink.notification__display-name &gt; img.emojione:hover {
  width: 16px !important;
  height: 16px !important;
}

.emojione:hover {
  width: 50px !important;
  height: 50px !important;
  transition: all 0.3s ease-in-out !important;
}

.emojione {
  width: 24px !important;
  height: 24px !important;
  transition: all 0.2s ease-in-out;
}

.emoji-button img {
    content : url("/emoji/1fab6.svg")
}



</pre></body></html>