]> git.cworth.org Git - lmno.games/blobdiff - style.css
Add two buttons to allow the player to choose a team to join
[lmno.games] / style.css
index dfaa8e4f9fc32c58cc32a73904702cbb26057e70..5128982a44d5e52f1c9387b8b9a7d6a753e3c72d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -256,6 +256,11 @@ button {
     width: 200px;
 }
 
+button.inline {
+    font-size: 100%;
+    width: auto;
+}
+
 button:hover {
     transform: translateY(-1px);
     background-color: var(--accent-color-bright);