Skip to content

Commit 0c84cbc

Browse files
committed
make background blue
1 parent 3038b63 commit 0c84cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaggle_environments/envs/open_spiel_env/games/repeated_poker/visualizer/default/src/repeated_poker_renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function renderer(options) {
4545
4646
.poker-renderer-host {
4747
width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
48-
font-family: 'Zeitung Pro', sans-serif; background-color: #1C1D20; color: #fff;
48+
font-family: 'Zeitung Pro', sans-serif; background-color: #28303F; color: #fff;
4949
overflow: hidden; box-sizing: border-box; position: relative;
5050
}
5151
.poker-game-layout {

0 commit comments

Comments
 (0)