Did you know that you can change the browser's default text highlight (selection) background color using CSS? For example:
::selection {
background: #ffb7b7;
}
Find out more about the browser/OS specific default background color when selecting text here. Is there a way to access this default value using JavaScript or Dart?