From 879df5645a9e32266c21a2d8130c11b7659b82eb Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Fri, 4 Aug 2023 00:53:29 -0400 Subject: [PATCH] improve readability of code --- client/src/styles/game.css | 3 ++- client/src/styles/join.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index f4ca675..e565f43 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -294,7 +294,8 @@ h1 { } #game-code span { - font-family: "Courier New", monospace; + font-family: "signika-negative", sans-serif; + letter-spacing: 0.2rem; color: #21ba45; font-size: 30px; } diff --git a/client/src/styles/join.css b/client/src/styles/join.css index b311545..988be20 100644 --- a/client/src/styles/join.css +++ b/client/src/styles/join.css @@ -44,6 +44,7 @@ } #game-code { - font-family: "Courier New", monospace; + font-family: "signika-negative", sans-serif; + letter-spacing: 0.2rem; color: #21ba45; }