Was just changing that this week for night mode:
a.LinksButton.Button.Button--link {
color: white !important;
}
a.LinksButton.Button.Button--link:hover {
color: rgba(255,255,255,0.5) !important;
}
.Search .Search-input {
color: rgba(255,255,255,0.7) !important;
}
.Search.focused .Search-input {
color: rgba(255,255,255,1) !important;
}
.Search-input input.FormControl {
color: white !important;
}
::placeholder {
color: rgba(255,255,255,0.7) !important;
}
I don't really know right now witch part is for what but it works for me.