jaanauati / hyper-search

Search-text plugin for Hyper.js
173 stars 21 forks source link

Support config for the matched selection color and background #75

Open shuiRong opened 4 years ago

shuiRong commented 4 years ago

It's hard to find the matched keyword in one second. So support config for the matched selection is a great feature.

keyword: User image

Perhaps you need this:

::selection {
  color: red;
  background: yellow;
}
lyydhy commented 4 years ago

你这个怎么设置的啊? 可以详细一点吗?

shuiRong commented 4 years ago

@lyydhy 我并没有在我这边“设置”什么,上面那行CSS只是一个可能可行的建议。