improve readability of code

This commit is contained in:
AlecM33
2023-08-04 00:53:29 -04:00
parent 5d3a8a6274
commit 879df5645a
2 changed files with 4 additions and 2 deletions

View File

@@ -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;
}

View File

@@ -44,6 +44,7 @@
}
#game-code {
font-family: "Courier New", monospace;
font-family: "signika-negative", sans-serif;
letter-spacing: 0.2rem;
color: #21ba45;
}