Merge pull request #150 from burunduk/master

Add -moz-selection for firefox
This commit is contained in:
Blake Grotewold
2014-09-24 10:30:37 -04:00
+5 -1
View File
@@ -16,7 +16,11 @@ body {
margin: 0;
}
::selection{
::selection {
background-color: transparent;
}
::-moz-selection {
background-color: transparent;
}