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
+4
View File
@@ -20,6 +20,10 @@ body {
background-color: transparent; background-color: transparent;
} }
::-moz-selection {
background-color: transparent;
}
/* Framework stuff */ /* Framework stuff */
div.clear { div.clear {