dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit b481297bb052bbff48b695023f1b206542696bd6
parent af13b2ab18ab23784f756790e7b1a9da87d813d6
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri,  9 Jun 2023 02:44:46 -0700

fix color

Diffstat:
Mpkg/web/handlers/interceptors/chess.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/interceptors/chess.go b/pkg/web/handlers/interceptors/chess.go @@ -371,7 +371,7 @@ func (g *ChessGame) DrawSpectatorCard(isFlipped bool) string { <div style="width: 360px; height: 360px; background-image: url(data:image/png;base64,{{ .ImgB64 }})"></div> <div style="width: 100%; display: flex; margin: 5px 0;"> <div> - <a href="?{{ if not .IsFlipped }}r=1{{ end }}" style="color: #ccc;">Flip board</a> + <a href="?{{ if not .IsFlipped }}r=1{{ end }}" style="color: #eee;">Flip board</a> </div> </div> <div style="color: #eee;">Outcome: {{ .Outcome }}</div>