X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fstyle.css;fp=empires%2Fstyle.css;h=0c4f01008fb45103d8bb66bbe091e2205bfcd125;hb=692b8849d91bad7d40a3a5045bb967731ee298af;hp=9beda3e89e2408d90645bb91d5fee21f4f67fa47;hpb=cb1b69c3466b7ed486cfe32627eff099877d5b44;p=lmno.games diff --git a/empires/style.css b/empires/style.css index 9beda3e..0c4f010 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;