Adapted selection to color scheme.

This commit is contained in:
Matthias Mees 2013-07-09 14:54:27 +02:00
parent 7f622c7401
commit d767fe7f12

View File

@ -222,14 +222,14 @@ body {
/* These selection declarations have to be separate. */
::-moz-selection {
background: #3e5f81;
color: #fff;
background: #ccdde7;
color: #444;
text-shadow: none;
}
::selection {
background: #3e5f81;
color: #fff;
background: #ccdde7;
color: #444;
text-shadow: none;
}