/* DBPA 铅字讲堂 Mind Map: warm paper, black branches, red retrieval anchors. */
html,
body,
body > #mindmap {
  background: #fffefa;
  color: #1b1b1b;
}

body > #mindmap svg text,
body > #mindmap .markmap-foreign {
  color: #1b1b1b !important;
  fill: #1b1b1b !important;
}

body > #mindmap .markmap-foreign strong {
  color: #ad241b !important;
  font-weight: 700 !important;
}

body > #mindmap .markmap-node > circle {
  fill: #ad241b !important;
}

body > #mindmap .markmap-link {
  stroke: #787873 !important;
  stroke-width: 2px;
}
