mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-11 10:11:28 +08:00
change selection color to more safe color
This commit is contained in:
@@ -20,14 +20,17 @@
|
||||
|
||||
<style>
|
||||
::selection {
|
||||
background: #52c41a44;
|
||||
background: #b5b5b5;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #52c41a44;
|
||||
background: #b5b5b5;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-webkit-selection {
|
||||
background: #52c41a44;
|
||||
background: #b5b5b5;
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user