mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove link colours for all unlinked text
This commit is contained in:
@ -135,8 +135,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
successRateBackground.Colour = colours.GrayE;
|
||||
description.TextColour = colours.Gray5;
|
||||
source.TextColour = tags.TextColour = colours.BlueDark;
|
||||
description.TextColour = source.TextColour = tags.TextColour = colours.Gray5;
|
||||
|
||||
updateDisplay();
|
||||
}
|
||||
|
Reference in New Issue
Block a user