X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=style.css;h=adc5a7dbc93531e8f340e3513eb6002ecaa7b690;hb=HEAD;hp=0c4f01008fb45103d8bb66bbe091e2205bfcd125;hpb=65e2b6e1fa4dbd01822e625f5fb5074a8446cd0b;p=empires-html diff --git a/style.css b/style.css index 0c4f010..adc5a7d 100644 --- 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; +}