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:
parent
cdae36e312
commit
c3b4fc182d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func (s liberapayServiceHandler) Handle(ctx context.Context, params []string) (t
|
||||||
}
|
}
|
||||||
|
|
||||||
title = params[1]
|
title = params[1]
|
||||||
color = "ffee16"
|
color = "brightgreen"
|
||||||
|
|
||||||
cacheKey := strings.Join([]string{params[0], params[1]}, ":")
|
cacheKey := strings.Join([]string{params[0], params[1]}, ":")
|
||||||
text, err = cacheStore.Get("liberapay", cacheKey)
|
text, err = cacheStore.Get("liberapay", cacheKey)
|
||||||
|
|
Loading…
Reference in a new issue