Merge pull request #4029 from PaulAdamDavis/fix-text-selection-bug

Fix ::selection bug
This commit is contained in:
Matt Enlow 2014-09-14 08:31:34 -06:00
commit 5c43b80cad

View File

@ -20,15 +20,11 @@ body {
}
::-moz-selection {
color: $darkgrey;
background: lighten($blue, 20%);
text-shadow: none;
}
::selection {
color: $darkgrey;
background: lighten($blue, 20%);
text-shadow: none;
}
h1, h2, h3,