0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fix ::selection bug

No issue

Fixes a weird issue where text would overlap other text.
This commit is contained in:
Paul Adam Davis 2014-09-13 14:43:56 +01:00
parent bd163ada46
commit 9fe5a9280a

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,