diff --git a/ElvUI/Modules/Skins/Blizzard/Quest.lua b/ElvUI/Modules/Skins/Blizzard/Quest.lua index ba87cbb5a1ac3130421aead15b662aa5886e1d36..21c9ae6d5b0ec590ef6fd8a62b5e697ae9c2cd80 100644 --- a/ElvUI/Modules/Skins/Blizzard/Quest.lua +++ b/ElvUI/Modules/Skins/Blizzard/Quest.lua @@ -229,7 +229,7 @@ function S:BlizzardQuestFrames() if waypointText then numVisibleObjectives = numVisibleObjectives + 1 local objective = _G['QuestInfoObjective'..numVisibleObjectives] - objective:SetTextColor(.2, 1, 1) + objective:SetTextColor(.4, 1, 1) end for i = 1, numObjectives do @@ -240,7 +240,7 @@ function S:BlizzardQuestFrames() local objective = _G['QuestInfoObjective'..numVisibleObjectives] if objective then if isCompleted then - objective:SetTextColor(1, .8, .1) + objective:SetTextColor(.2, 1, .2) else objective:SetTextColor(1, 1, 1) end