html { background: #080812; }
body.static-site {
  background:
    radial-gradient(circle at 12% 8%, rgba(71,246,220,.13), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(157,99,255,.20), transparent 34rem),
    linear-gradient(145deg, #080812, #15102a 55%, #080812) fixed;
  color: #e4dfed;
  min-height: 100vh;
}
body.static-site #wrapper {
  background: rgba(8,8,18,.84);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 40px 120px rgba(0,0,0,.5);
}
body.static-site #header,
body.static-site #footer,
body.static-site #primary .widget-container,
body.static-site .post,
body.static-site .page { background: rgba(7,6,18,.74); border-color: rgba(255,255,255,.14); color: #ddd8e7; }
body.static-site #access { background: #0d0a1b; }
body.static-site #site-title a,
body.static-site .entry-title,
body.static-site .entry-title a,
body.static-site h2,
body.static-site h3 { color: #f4f0ff; }
body.static-site a { color: #57efdc; }
body.static-site .entry-meta,
body.static-site .entry-utility,
body.static-site #site-description { color: #aaa6bd; }
