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