Skip to content

Commit

Permalink
Merge pull request #1738 from brchristian/patch-4
Browse files Browse the repository at this point in the history
Don’t set default text highlight colors
  • Loading branch information
jhawthorn authored Feb 27, 2017
2 parents 3bc1f7e + ec47f66 commit f28b969
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ hr {
border-bottom: $default_border;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: $link_text_color; color: $layout_background_color; text-shadow: none;}
::selection {background: $link_text_color; color: $layout_background_color; text-shadow: none;}

/* j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: $link_text_color;}

Expand Down

0 comments on commit f28b969

Please sign in to comment.