Skip to content

Commit 4c53cd9

Browse files
committed
switched colors
1 parent a95287c commit 4c53cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ func initDb() *gorp.DbMap {
348348
team = Team{
349349
Created: time.Now().UnixNano(),
350350
Name: "white",
351-
Color: "#E6E7E9",
351+
Color: "#000000",
352352
Score: 0,
353353
}
354354
err = dbmap.Insert(&team)

0 commit comments

Comments
 (0)