/* ROOT */
:root {
  --body-bg-image: url("/images/background.gif");
  --summary-img-partner: url("/images/emotes/HuTaoLaLa.png");
  --close-detail: url("/images/bullets/xvdetailsclosed.svg");
  --open-detail: url("/images/bullets/xvdetailsopen.svg");
  /* vars whose names end in -color */
  --main-color: #e4ffff;
  --bold-color: #a2ffff;
  --italic-color: #9dfbf1;
  --bold-italic-color: #aefcf5;
  --link-color: #ffffc4;
  --link-hover-color: #ffdf76;
  --nav-color: #ebca98;
  --nav-hover-color: #e4b15c;
  --aside-color: #557e98;
  --mark-color: #ffdf76;
  --mark-text-color: black;
  /* vars whose names do not end in -color */
  --nav-foot-bg: #5b6578;
  --nav-foot-hover: #5E6D83;
  --aside-summary-hover: #587087;
  --main-body: #5da3b2;
  --between: #4191ab;
  --detail-box: #62b9c2;
  --detail-text: #c8fafb;
  --table-link: #31a294;
  --table-link-hover: #8db5bb;
  --menu-border: #65a0a4;
  --menu-fill: #6bcdce;
  --menu-hover: #c1fdf9;
  /* vars whose values come from the next palette cycle */
  --close-detail-next: url("/images/bullets/gqdetailsclosed.svg");
  --open-detail-next: url("/images/bullets/gqdetailsopen.svg");
  --select-bg: #636888;
  --select-text: #d4e2ff;
  /* update */
  --update-bg: #636888;
  --update-article: #7f7caf;
  --update-text: #d2e3fa;
  --update-header: #636888;
  --update-outline: #d4e2ff;
  --update-link: #fdc95a;
  --update-link-dark: #7c264a;
  --update-hover: #ffe2ab;
  --update-hover-dark: #c690a4;
  --update-select: #eea4a5;
  --update-select-text: #831a37;
  /* rss */
  --rss-outer-border: #2d3863;
  --rss-inner-border: #4b4b84;
  /* rss gradient */
  --rss-gradient-1: #383f6f;
  --rss-gradient-2: #585393;
  --rss-gradient-3: #7866b0;
  --rss-gradient-4: #b4c6ed;
  /* next */
  /* next accent */
  --next-accent-1: #383f6f;
  --next-accent-2: #4f4d88;
  --next-accent-3: #8573ba;
  --next-accent-4: #ccd7fd;
  --next-accent-5: #bfd5f4;
  --indent: 25pt;
  font-size: 17px;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 800px) {
  :root {
    font-size: 18px;
  }
}/*# sourceMappingURL=xvroot.css.map */