website: change color of text on selection

This commit is contained in:
Jack Pearkes 2013-06-29 21:25:28 +02:00
parent 28064dbf71
commit 7228643da4
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 {