Removed the selection background color.

This commit is contained in:
Qiang Xue
2013-08-05 10:06:45 -04:00
parent ac3b2b8a8e
commit 0565b75846

View File

@ -39,14 +39,6 @@ ul{
}
/* base */
::selection{
color: #fff !important;
background-color: #e51717 !important;
}
::-moz-selection{
color: #fff !important;
background-color: #e51717 !important;
}
a{
text-decoration: none;
}