Links in form are displayed in very light color
If there are some links the form, they are displayed in a very light color and can be hard to read (depending on the display brightness).
Maybe we could use a color that is a little bit darker?
Thanks for the catch @alex-cit. When we're in Dark mode on Android, rich text color becomes too light, making it hard to read. This issue doesn't occur on iOS, therefore I believe rich text's color shouldn't change regardless of the platform's color mode.
Hi @alex-cit, you can change the link color with CSS :) See https://github.com/MerginMaps/mobile/blob/268b8cb5006862eda5bf68fb3783b0b2dfffbaa0/app/qml/settings/MMLogPage.qml#L42-L44
We could use this approach too, but it would override the user-specified color (if there is any).