Set journal selected text highlight color

Something like this:

::selection {
  background: #48D;
  color: white;
}
  • If your theme already defines a highlight color, you may need to use a more specific selector.
  • If this works, you can of course pick the colors of your preference.