Lynx how to change blue background color
I just fixed this myself:
sudo vim /etc/lynx-cur/lynx.lss
(.lss in this case stands for Lynx Style Sheet)
This was line #54 for me (about halfway down).
Change
status: reverse: white: blue
to
status: reverse: black: white
Or whatever you want to change it to. The first value determines font color, the second determines background color.