티스토리 뷰

http://css-tricks.com/overriding-the-default-text-selection-color-with-css/

::selection {
	background: #ffb7b7; /* Safari */
	}
::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
댓글