mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +02:00
Correct link colors
This commit is contained in:
parent
3f0688db41
commit
58f04121b7
1 changed files with 6 additions and 3 deletions
|
@ -66,7 +66,8 @@ Rectangle {
|
||||||
color: "white"
|
color: "white"
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
textFormat: Text.RichText
|
textFormat: Text.StyledText
|
||||||
|
linkColor: "#00B4EF"
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "<a href=\"https:/www.highfidelity.com\">www.highfidelity.com</a>."
|
text: "<a href=\"https:/www.highfidelity.com\">www.highfidelity.com</a>."
|
||||||
size: 20
|
size: 20
|
||||||
|
@ -100,7 +101,8 @@ Rectangle {
|
||||||
}
|
}
|
||||||
Item { height: 20; width: 1 }
|
Item { height: 20; width: 1 }
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
textFormat: Text.RichText
|
textFormat: Text.StyledText
|
||||||
|
linkColor: "#00B4EF"
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "Blockchain technology from <a href=\"https://elementsproject.org/elements/\">Elements</a>."
|
text: "Blockchain technology from <a href=\"https://elementsproject.org/elements/\">Elements</a>."
|
||||||
size: 14
|
size: 14
|
||||||
|
@ -111,8 +113,9 @@ Rectangle {
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
textFormat: Text.RichText
|
textFormat: Text.StyledText
|
||||||
color: "white"
|
color: "white"
|
||||||
|
linkColor: "#00B4EF"
|
||||||
text: "Distributed under the <a href=\"http://www.apache.org/licenses/LICENSE-2.0.html\">Apache License, Version 2.0.</a>."
|
text: "Distributed under the <a href=\"http://www.apache.org/licenses/LICENSE-2.0.html\">Apache License, Version 2.0.</a>."
|
||||||
size: 14
|
size: 14
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue