View Single Post
Old 09-06-2024, 12:00 PM   #81
foosion
Evangelist
foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.foosion is an enigma wrapped up in a mystery.
 
Posts: 479
Karma: 41524
Join Date: Sep 2011
Device: Kobo Libra 2 & Clara BW
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.
foosion is offline   Reply With Quote