Hello people,
I changed the text selection (https://prnt.sc/tkri0n) using the CSS below:
::selection {
background: #BD0000 !important;
color: #ffffff;
}
::-moz-selection {
background: #BD0000 !important;
color: #ffffff;
}
Does the theme offer any option to make this change without using CSS?
Thank you!