Commit d2da9fbc authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

website: change color of text on selection
parents 3bec95a9 7228643d
...@@ -167,9 +167,11 @@ table { ...@@ -167,9 +167,11 @@ table {
::selection { ::selection {
background: #ffff00; /* Safari */ background: #ffff00; /* Safari */
color: $black;
} }
::-moz-selection { ::-moz-selection {
background: #ffff00; /* Firefox */ background: #ffff00; /* Firefox */
color: $black;
} }
input { input {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment