Skip to content

Commit

Permalink
Add -moz-selection for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
burunduk committed Sep 24, 2014
1 parent b6c8eb5 commit 0126032
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,7 +16,11 @@ body {
margin: 0;
}

::selection{
::selection {
background-color: transparent;
}

::-moz-selection {
background-color: transparent;
}

Expand Down

0 comments on commit 0126032

Please sign in to comment.