Merge pull request #73 from WillHuxtable/master

Removed annoying blue selection color. Now it is transparent
This commit is contained in:
Michael Townsend
2014-01-03 06:45:21 -08:00
+5 -1
View File
@@ -16,6 +16,10 @@ body {
margin: 0;
}
::selection{
background-color: transparent;
}
/* Framework stuff */
div.clear {
@@ -520,4 +524,4 @@ body.noMask #description {
#dropMenu > div:hover {
text-decoration: underline;
}
}