Removed annoying blue highlight color. Now it is transparent

This commit is contained in:
Will Huxtable
2014-01-03 10:28:11 +00:00
parent b583721581
commit 7f0bd94dab
+4
View File
@@ -16,6 +16,10 @@ body {
margin: 0; margin: 0;
} }
::selection{
background-color: transparent;
}
/* Framework stuff */ /* Framework stuff */
div.clear { div.clear {