Merge pull request #1557 from aviraldg/feature-style-selection

Style selection color.
This commit is contained in:
Matthew Hodgson 2016-05-28 16:30:53 +01:00
commit dda2129354

View file

@ -228,3 +228,13 @@ input[type=text]:focus, textarea:focus {
height: 1em;
vertical-align: middle;
}
::-moz-selection {
background-color: #76CFA6;
color: white;
}
::selection {
background-color: #76CFA6;
color: white;
}