Added new selections styles

This commit is contained in:
Kyle Fiedler
2012-08-08 16:27:37 -04:00
parent c3cd858e4b
commit 971ec9891e

View File

@@ -21,3 +21,8 @@ form {
display: block;
}
}
::selection, ::-moz-selection, ::-webkit-selection {
background:#444;
color:#fff;
}