mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 11:30:55 +03:00
Merge pull request #4029 from PaulAdamDavis/fix-text-selection-bug
Fix ::selection bug
This commit is contained in:
commit
5c43b80cad
@ -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…
Reference in New Issue
Block a user