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:
parent
bd163ada46
commit
9fe5a9280a
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue