aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftnetSites
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-28 21:45:33 -0400
committerMichael <[email protected]>2017-04-28 21:45:33 -0400
commitd56a8af9c58a976c4b470b5dafd8f3805c544804 (patch)
tree5f1e8d5e55155ebd6185ec782c7ed0b17edbb930 /ShiftOS.WinForms/ShiftnetSites
parent712d38a2be53b415c2635b86e1f539faec0ace19 (diff)
downloadshiftos_thereturn-d56a8af9c58a976c4b470b5dafd8f3805c544804.tar.gz
shiftos_thereturn-d56a8af9c58a976c4b470b5dafd8f3805c544804.tar.bz2
shiftos_thereturn-d56a8af9c58a976c4b470b5dafd8f3805c544804.zip
fix fundamental link coloring
Diffstat (limited to 'ShiftOS.WinForms/ShiftnetSites')
-rw-r--r--ShiftOS.WinForms/ShiftnetSites/MainHomepage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/ShiftnetSites/MainHomepage.cs b/ShiftOS.WinForms/ShiftnetSites/MainHomepage.cs
index e55c9bf..6e692a7 100644
--- a/ShiftOS.WinForms/ShiftnetSites/MainHomepage.cs
+++ b/ShiftOS.WinForms/ShiftnetSites/MainHomepage.cs
@@ -73,7 +73,7 @@ namespace ShiftOS.WinForms.ShiftnetSites
flfundamentals.Controls.Add(link);
flfundamentals.SetFlowBreak(link, true);
link.Show();
- link.LinkColor = Color.White;
+ link.LinkColor = SkinEngine.LoadedSkin.ControlTextColor;
}
}
}