Skip to content

Use StyledText and set linkColor to text color

Kai Uwe Broulik requested to merge work/kbroulik/styled-text-and-link-color into master

There's not really any need for elaborate HTML styling as provided by RichText.

More importantly, though, this lets us easily (without adding custom CSS) set linkColor to the text color. Currently, links use the default blue color which can clash with the background quite harsh.

Since links are underlined, they are still marked.


Tested a few pkpasses, links are colored as text now, didn't notice any obvious layout issues/changes with this

Merge request reports