Merge pull request #67 from mitchellh/website-text-selection
website: change color of text on selection
This commit is contained in:
commit
d2da9fbc93
|
@ -167,9 +167,11 @@ table {
|
|||
|
||||
::selection {
|
||||
background: #ffff00; /* Safari */
|
||||
color: $black;
|
||||
}
|
||||
::-moz-selection {
|
||||
background: #ffff00; /* Firefox */
|
||||
color: $black;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Reference in New Issue