Skip to content

Commit f6222b7

Browse files
committed
Lightened the purple for Discover.NET
1 parent a6b3f05 commit f6222b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fritz.StreamTools/Controllers/GitHubController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public async Task<IActionResult> ContributorsInformation(string repo, string use
8585
}
8686
}
8787
}
88-
return ("Discover .NET", "#551A8B", posts.Take(5).ToArray());
88+
return ("Discover .NET", "#FFCCFF", posts.Take(5).ToArray());
8989
}
9090

9191
public IActionResult Configuration()

0 commit comments

Comments
 (0)