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

website: change color of text on selection
This commit is contained in:
Mitchell Hashimoto 2013-06-29 12:31:04 -07:00
commit d2da9fbc93
1 changed files with 2 additions and 0 deletions

View File

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