<br />
<b>Warning</b>:  Undefined array key "color" in <b>/home/ade/akamachi.jp/public_html/themes/Akamatical/_lib/matecol/matecol.php</b> on line <b>15</b><br />
:root {
  /* 基本 */
  --matecol: #000;
  /* RGBそれぞれ */
  --matecol-r: 0;
  --matecol-g: 0;
  --matecol-b: 0;
  /* マテコルの上に表示するものに適した色（白か黒） */
  --text-matecol: #fff;
  /* カラースキーム用固定値 */
  --matecol-color-scheme-light: #fff8f7;
  --matecol-color-scheme-dark: #1a1110;
  /* 自動カラースキーム（ライト） */
  --matecol-color-scheme-sub-auto: hsl(0, 0%, 20%);
  --matecol-color-scheme-bg-auto: var(--matecol-color-scheme-light, #fff);
  --matecol-color-scheme-text-auto: var(--matecol-color-scheme-dark, #000);
  /* マテバ色差 */
  --matecol-mateba: hsl(-10, -1%, 3%);
}
@media (prefers-color-scheme : dark) {
  :root {
    /* 自動カラースキーム（ダーク） */
    --matecol-color-scheme-sub-auto: hsl(0, 0%, 80%);
    --matecol-color-scheme-bg-auto: var(--matecol-color-scheme-dark, #000);
    --matecol-color-scheme-text-auto: var(--matecol-color-scheme-light, #fff);
  }
}