X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=style.css;h=b1955f04eb35caef2608a0d793616ac93f09befd;hb=4afc8039e95e4683be3ea330e0516be2e2fffed9;hp=9beda3e89e2408d90645bb91d5fee21f4f67fa47;hpb=399a497d39ba4cda43aca89333a356e22bf1916c;p=empires-html diff --git a/style.css b/style.css index 9beda3e..b1955f0 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; @@ -193,3 +196,9 @@ button:hover { ::-moz-focus-inner { border: 0; } + +#character-reveal { + color: #333738; + font-size: 300%; + font-weight: bold; +}