
/* Make selected Telegram message text obvious while staying clean. */
.tg-standalone ::selection {
  background: rgba(56, 189, 248, 0.38);
  color: #ffffff;
  text-shadow: none;
}

.tg-standalone ::-moz-selection {
  background: rgba(56, 189, 248, 0.38);
  color: #ffffff;
  text-shadow: none;
}

.tg-standalone .tg-bubble::selection,
.tg-standalone .tg-msg::selection,
.tg-standalone .tg-message::selection,
.tg-standalone [class*="bubble"]::selection,
.tg-standalone [class*="message"]::selection {
  background: rgba(14, 165, 233, 0.5);
  color: #ffffff;
}
