website: change color of text on selection
This commit is contained in:
parent
28064dbf71
commit
7228643da4
|
@ -167,9 +167,11 @@ table {
|
|||
|
||||
::selection {
|
||||
background: #ffff00; /* Safari */
|
||||
color: $black;
|
||||
}
|
||||
::-moz-selection {
|
||||
background: #ffff00; /* Firefox */
|
||||
color: $black;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Reference in New Issue