mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-29 22:32:11 +00:00
Improve private lobby code readability (#438)
## Description: Use mono font for code generated for private lobbies, making it easier to distinguish some letters (lowercase L's vs. capital I's). Fixes #391. Fixes #462 Before:  After:  ## Please complete the following: - [X] I have added screenshots for all UI updates - [X] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [X] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: imdarktom
This commit is contained in:
@@ -214,6 +214,8 @@ label.option-card:hover {
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.players-list {
|
||||
|
||||
Reference in New Issue
Block a user