Commit 7228643d authored by Jack Pearkes's avatar Jack Pearkes

website: change color of text on selection

parent 28064dbf
......@@ -167,9 +167,11 @@ table {
::selection {
background: #ffff00; /* Safari */
color: $black;
}
::-moz-selection {
background: #ffff00; /* Firefox */
color: $black;
}
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