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