-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Web-links hardly readable, because they are rendered in dark blue #186
Comments
From https://doc.qt.io/qt-5/qml-qtquick-text.html#linkColor-prop
As the |
Please see https://github.com/nephros/sailfishos-chum-gui/tree/fix-186 for a quick fix. I can make a PR if that is an acceptable change. |
If it works, it is fine by me :) |
SailfishOS:Chum GUI application VERSION (<Top pulley> → About): All 0.5.x and 0.6.0
BUG DESCRIPTION
Most web-links are hardly readable when using a dark launcher background, because they are rendered in dark blue on most pages. I observe this regularly on the page for a specific issue and on the page for a specific release. I believe I also saw this on other pages (they rarely contain embedded web-links), but the "About" page is fine; web-links there are rendered in turquoise, which is well visible on both dark and light backgrounds.
STEPS TO REPRODUCE
Look at pages for an individual issue or an individual release with embedded web-links, especially when the text of the links is long. Compare this to the rendering of web-links on the "About" page.
Suggestion
Let all QML pages render web-links in the turquoise colour they have on the "About" page.
The text was updated successfully, but these errors were encountered: