website: change color of text on selection
This commit is contained in:
parent
28064dbf71
commit
7228643da4
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue