Skip to content

[css] 第72天 怎么改变选中文本的文字颜色和背景色? #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
haizhilin2013 opened this issue Jun 26, 2019 · 3 comments
Open
Labels
css css

Comments

@haizhilin2013
Copy link
Collaborator

第72天 怎么改变选中文本的文字颜色和背景色?

@haizhilin2013 haizhilin2013 added the css css label Jun 26, 2019
@wenyejie
Copy link

专有选中的伪类

@thisisandy
Copy link

::selection {
background-color: #222;
color: white;
}

@smile-2008
Copy link

::selection {
background-color: #222;
color: white;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css css
Projects
None yet
Development

No branches or pull requests

4 participants