Skip to content

Commit

Permalink
Fix links color
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Apr 28, 2020
1 parent bc8e472 commit 47c4d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/common/RichTextWithLinks.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import QtQuick 2.0

Text {
property string html
property string styleString: '<style>a {color: '+ Qt.darker(sysPalette.windowText) +'; text-decoration: none; vertical-align: top;}</style>'
property string styleString: '<style>a {color: "#1565C0"; text-decoration: none; vertical-align: top;}</style>'

textFormat: Qt.RichText
text: styleString + html
Expand Down

0 comments on commit 47c4d5e

Please sign in to comment.