style selection
Style the selected text and elements.
<style>
::selection{
background: #FFF;
color: #EB6300;
}
</style>
copy
Style the selected text and elements.
<style>
::selection{
background: #FFF;
color: #EB6300;
}
</style>
copy