diff options
| author | Michael <[email protected]> | 2017-04-28 21:45:33 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-28 21:45:33 -0400 |
| commit | d56a8af9c58a976c4b470b5dafd8f3805c544804 (patch) | |
| tree | 5f1e8d5e55155ebd6185ec782c7ed0b17edbb930 | |
| parent | 712d38a2be53b415c2635b86e1f539faec0ace19 (diff) | |
| download | shiftos_thereturn-d56a8af9c58a976c4b470b5dafd8f3805c544804.tar.gz shiftos_thereturn-d56a8af9c58a976c4b470b5dafd8f3805c544804.tar.bz2 shiftos_thereturn-d56a8af9c58a976c4b470b5dafd8f3805c544804.zip | |
fix fundamental link coloring
| -rw-r--r-- | ShiftOS.WinForms/ShiftnetSites/MainHomepage.cs | 2 |
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; } } } |
