Change the text selection style in CSS via ::selection pseudo-class. Try select text inside the cyan box bottom below to see the action.
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
CSS
article::selection { background: green; color: yellow; }
Comments
Post a Comment