/* Explicit dark mode. The switch adds .is-dark to <html>. */
html.is-dark {
  --jp-color-bg: #10191e;
  --jp-color-surface: #162229;
  --jp-color-surface-soft: #1c2a31;
  --jp-color-border-subtle: #334249;
  --jp-color-text-main: #edf4f2;
  --jp-color-text-sub: #b1c0c4;
  --jp-color-text-muted: #8fa1a6;
  --jp-color-primary: #dcf8f2;
  --jp-color-primary-hover: #fff;
  --jp-color-primary-soft: #20373a;
  --isshinmuroi-paper: #10191e;
  --isshinmuroi-ink: #edf4f2;
  --isshinmuroi-line: #334249;
  color-scheme: dark;
}
html.is-dark,
html.is-dark body { background: #10191e; color: #edf4f2; }
html.is-dark .news-item,
html.is-dark .front-main-right > .widget,
html.is-dark .archive-main-right > .widget,
html.is-dark .single-main-right > .widget,
html.is-dark .isshinmuroi-profile-card,
html.is-dark .widget.widget-ranking,
html.is-dark .single-article,
html.is-dark .page-article,
html.is-dark .isshinmuroi-notfound__card,
html.is-dark .sns-chip { background: #162229; border-color: #334249; color: #edf4f2; box-shadow: none; }
html.is-dark .front-news-title,
html.is-dark .news-title,
html.is-dark .widget .widget-title,
html.is-dark .footer-brand-link,
html.is-dark h1,
html.is-dark h2,
html.is-dark h3,
html.is-dark h4,
html.is-dark p { color: #edf4f2; }
html.is-dark .news-excerpt,
html.is-dark .isshinmuroi-profile-card__body p,
html.is-dark .archive-description { color: #b1c0c4; }
html.is-dark .purpose-nav-block,
html.is-dark .site-footer { background: #132027; color: #edf4f2; }
html.is-dark .purpose-menu a,
html.is-dark .header-drawer__panel,
html.is-dark .header-drawer__search .search-field,
html.is-dark .widget_search .search-field,
html.is-dark .isshinmuroi-notfound .search-field { background: #162229; color: #edf4f2; border-color: #334249; }
html.is-dark .single-content blockquote { background: #1a2d2f; }
html.is-dark .footer-copy { color: #9cafb3; }
