Skip to content

Commit

Permalink
Removed annoying blue highlight color. Now it is transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Huxtable committed Jan 3, 2014
1 parent b583721 commit 7f0bd94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ body {
margin: 0;
}

::selection{
background-color: transparent;
}

/* Framework stuff */

div.clear {
Expand Down Expand Up @@ -520,4 +524,4 @@ body.noMask #description {

#dropMenu > div:hover {
text-decoration: underline;
}
}

0 comments on commit 7f0bd94

Please sign in to comment.