Git commit 89dd4253d5c3164c8a5c872bb311663c45968f4f by Bruno Coudoin. Committed on 10/11/2016 at 00:39. Pushed by bcoudoin into branch 'master'. letter-in-word, change card text color in black Text is more readable in black on a light color. M +2 -2 src/activities/letter-in-word/Card.qml http://commits.kde.org/gcompris/89dd4253d5c3164c8a5c872bb311663c45968f4f diff --git a/src/activities/letter-in-word/Card.qml b/src/activities/letter= -in-word/Card.qml index 0d97ac7..0e8879f 100755 --- a/src/activities/letter-in-word/Card.qml +++ b/src/activities/letter-in-word/Card.qml @@ -55,7 +55,7 @@ Item { id: textItem z: 11 // textFound is the rich text with letter found, spelling is t= he text in the dataset - text:"" + (selected ? textFound : spel= ling) + "" + text:"" + (selected ? textFound : sp= elling) + "" property string textFound: spelling textFormat: Text.RichText font.pointSize: NaN // need to clear font.pointSize explicitly @@ -67,7 +67,7 @@ Item { wrapMode: spelling.indexOf(' ') =3D=3D=3D -1 ? Text.WrapAnywhe= re : Text.WordWrap verticalAlignment: Text.AlignVCenter horizontalAlignment: Text.AlignHCenter - styleColor: "#2a2a2a" + styleColor: "white" } = ParticleSystemStarLoader {