/*
Theme Name: GG扑克中文攻略
Theme URI: https://ggpoke.com/
Author: GG扑克中文攻略
Description: WordPress 原生文章、分类、标签和页面主题；不添加自定义后台内容系统。
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: ggpoke-guide
*/

:root {
  color-scheme: dark;
  --bg: #070708;
  --panel: #101114;
  --panel2: #16171b;
  --line: #2a2b31;
  --text: #f7f7f8;
  --muted: #a8a9b0;
  --red: #e61d3f;
  --red2: #8e0922;
  --gold: #efc36a;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #070708;
  color: #f7f7f8;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
