In case anyone cares, I applied the unforce patch to both of my devices and, when I want to deal with links, I add this to the css:
Code:
a {
text-decoration: none;
color: #005ECF;
}
The text decoration line removes the underline and the color is lighter than black. I tried using blue as a color, but it's too dark to easily distinguish links from text on my devices. I'm open to suggestion for a color that's a bit lighter.