diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-24 18:14:26 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-24 18:14:26 +0530 |
commit | b353dda4df7fc7be973e52a2f529360e7bfc8fed (patch) | |
tree | 95f270639f3a2fc6aa936961d9787a59a63b079e /src/components/style.css | |
parent | b204876cfd803fc115029ac6501c67657dcec19e (diff) |
Added menu to host/join game and protection against cheating
Diffstat (limited to 'src/components/style.css')
-rw-r--r-- | src/components/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style.css b/src/components/style.css index 3baf6d5..79ef49e 100644 --- a/src/components/style.css +++ b/src/components/style.css @@ -39,7 +39,7 @@ body { width: 100%; } -.GamemodeChooser div { +.GamemodeChooser .GamemodeButton { border: 1px solid #5b76b7; text-align: center; font-size: 1.5rem; |