]> git.cworth.org Git - empires-html/blobdiff - style.css
Fix the gear toggle to work the first time it is clicked
[empires-html] / style.css
index 0c4f01008fb45103d8bb66bbe091e2205bfcd125..adc5a7dbc93531e8f340e3513eb6002ecaa7b690 100644 (file)
--- a/style.css
+++ b/style.css
@@ -118,6 +118,11 @@ p,dl,dd {
     display:none;
 }
 
+/* Host tools start out hidden. */
+#host-tools {
+    display: none;
+}
+
 #register-form {
     max-width: 100%;
     display: grid;
@@ -196,3 +201,9 @@ button:hover {
 ::-moz-focus-inner {
     border: 0;
 }
+
+#character-reveal {
+    color: #333738;
+    font-size: 300%;
+    font-weight: bold;
+}