:root {
  --theme-default-color: #0092d8;
  --theme-default-font-color: #0077b3;
  --theme-default-button-text-color: #ffffff;
  --theme-default-button-border-color: transparent;
  --gh-header-bg-strong: #0494d7;
  --home-color-primary: #0092d8;
  --home-color-primary-dark: #0077b3;
  --home-color-accent: #4caf50;
  --gh-footer-accent: #0092d8;
  /* 与关于我们页 .site-shell 一致 */
  --site-content-width: 1600px;
  --site-content-gap: 48px;
  --site-content-shell: min(var(--site-content-width), calc(100% - (var(--site-content-gap) * 2)));
}
