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

website: change color of text on selection
pull/68/head
Mitchell Hashimoto 13 years ago
commit 1beec2b713

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

Loading…
Cancel
Save