change the highlight color from pink to blue
This commit is contained in:
parent
c4a575b70b
commit
930455f065
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-
|
|||
body { margin: 0; font-size: 13px; line-height: 1.231; }
|
||||
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
|
||||
|
||||
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
||||
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
|
||||
::-moz-selection { background: #79c3e0; color: #fff; text-shadow: none; }
|
||||
::selection { background: #79c3e0; color: #fff; text-shadow: none; }
|
||||
|
||||
a { color: #00e; }
|
||||
a:hover { color: #06e; }
|
||||
|
|
Loading…
Reference in a new issue