Skip to content

Commit

Permalink
add text selection style
Browse files Browse the repository at this point in the history
  • Loading branch information
waghcwb committed Jun 21, 2016
1 parent 97454c1 commit 8039099
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _assets/css/general/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@
@import "components/nw-welcome";
@import "components/nw-features";
@import "components/nw-view-github";
@import "components/nw-download";
@import "components/nw-download";

::selection {
background: $nw-main-green;
color: $nw-main-white;
}

::-moz-selection {
background: $nw-main-green;
color: $nw-main-white;
}

0 comments on commit 8039099

Please sign in to comment.