Skip to content

Commit

Permalink
Merge pull request doublespeakgames#73 from WillHuxtable/master
Browse files Browse the repository at this point in the history
Removed annoying blue selection color. Now it is transparent
  • Loading branch information
Continuities committed Jan 3, 2014
2 parents b583721 + 7f0bd94 commit 8ad2f82
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 8ad2f82

Please sign in to comment.