diff options
author | fowlerdm <fowlerdm@gmail.com> | 2024-05-20 23:38:27 -0600 |
---|---|---|
committer | fowlerdm <fowlerdm@gmail.com> | 2024-05-20 23:38:27 -0600 |
commit | cf48c883cbf6a59cd696305451fb502af5dd983a (patch) | |
tree | 5e049f26b9b420a34c7f4cc57ea6a71e37f3916d | |
parent | fa339516c2f61d27aa218813247e6ee8d4f56c4f (diff) |
Blufault colors.xml: revert HTMLLinkColor
Set HTMLLinkColor back to "EmphasisColor"
-rw-r--r-- | indra/newview/skins/default/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index fe4a6889ec..64c61ff278 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -408,7 +408,7 @@ value="0.43 0.06 0.06 1" /> <color name="HTMLLinkColor" - value="0.2 0.45 0.7 1" /> + reference="EmphasisColor" /> <color name="HealthTextColor" reference="White" /> |