1
0
Fork 0
mirror of https://github.com/Luzifer/badge-gen.git synced 2024-11-08 13:20:02 +00:00

Fix: Background too bright for text

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-06-01 22:56:38 +02:00
parent cdae36e312
commit c3b4fc182d
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -56,7 +56,7 @@ func (s liberapayServiceHandler) Handle(ctx context.Context, params []string) (t
}
title = params[1]
color = "ffee16"
color = "brightgreen"
cacheKey := strings.Join([]string{params[0], params[1]}, ":")
text, err = cacheStore.Get("liberapay", cacheKey)