Hi Sarah,
You can use the following custom css to change the selection color in pure and simple
::selection {
background: #789993;
color: #fff;
}
We recommend you to use child theme or install custom CSS plugin to use the css so it doesn’t loss on theme updates.
Thanks.