Merge pull request #67 from mitchellh/website-text-selection

website: change color of text on selection
pull/919/head
Mitchell Hashimoto 13 years ago
commit d2da9fbc93

@ -167,9 +167,11 @@ table {
::selection {
background: #ffff00; /* Safari */
color: $black;
}
::-moz-selection {
background: #ffff00; /* Firefox */
color: $black;
}
input {

Loading…
Cancel
Save