X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fstyle.css;h=adc5a7dbc93531e8f340e3513eb6002ecaa7b690;hb=168274653d395d2dfb6885fbb32e081dde8a2127;hp=9beda3e89e2408d90645bb91d5fee21f4f67fa47;hpb=cb1b69c3466b7ed486cfe32627eff099877d5b44;p=lmno.games diff --git a/empires/style.css b/empires/style.css index 9beda3e..adc5a7d 100644 --- a/empires/style.css +++ b/empires/style.css @@ -28,6 +28,9 @@ body { /* And when the screen is narrow, let's kill the wasted vertical space above it too. */ @media screen and (max-width: 499px) { + body { + background-color: white; + } #page { margin-top: 0; margin-bottom: 0; @@ -115,6 +118,11 @@ p,dl,dd { display:none; } +/* Host tools start out hidden. */ +#host-tools { + display: none; +} + #register-form { max-width: 100%; display: grid; @@ -193,3 +201,9 @@ button:hover { ::-moz-focus-inner { border: 0; } + +#character-reveal { + color: #333738; + font-size: 300%; + font-weight: bold; +}