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
+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;
}
}