@@ -13,20 +13,22 @@ | |||
font-weight: bold; | |||
} | |||
body { | |||
/* body { | |||
background-image: url("/koboldgen/assets/kisbg-sm.png"); | |||
background-position: 5em 1.5em; | |||
} | |||
} */ | |||
div { | |||
background-color: white; | |||
} | |||
div#header, div#content, div#howtoplay, div#footer { | |||
/* div#header, div#content, div#howtoplay, div#footer { | |||
background-color: transparent; | |||
} | |||
} */ | |||
div#content { | |||
background-color: #216778; | |||
} | |||
.firstrow { | |||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); |