Skip to content

Commit

Permalink
[added] text selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Feb 5, 2016
1 parent d3d394a commit 4fadb3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.css
Expand Up @@ -126,3 +126,13 @@ h1 {
.header {
height: 70px;
}

/* change default text selection color */
::-moz-selection {
background-color: #e3881e;
color: white;
}
::selection {
background-color: #e3881e;
color: white;
}

0 comments on commit 4fadb3d

Please sign in to comment.