/* Styles for 2026 refresh - Markdown Theme */

body {
  background-color: #111111;
  color: #f5f5f5;
  font-family: "Consolas", "Monaco", "Andale Mono", "Ubuntu Mono", monospace;
  line-height: 1.5;
}

/* Override existing background images and text shadows */
section.headerimage,
#mainpagepic,
#auroraheader,
#metzgerheader,
#smallthingheader,
#tediumheader,
#quantheader,
#orangeheader,
#gohomeheader,
#bloodhandsheader,
#pyriteheader,
#wronghandheader,
#forwardheader,
#palmsandsheader,
#celiaheader {
  background-image: none !important;
  background-color: transparent !important;
  text-shadow: none !important;
  color: #eeeeeeee !important;
}

/* Markdown-style Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: bold;
  color: #eeeeeeee;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h1::before {
  content: "# ";
  color: #888;
}
h2::before {
  content: "## ";
  color: #888;
}
h3::before {
  content: "### ";
  color: #888;
}
h4::before {
  content: "#### ";
  color: #888;
}
h5::before {
  content: "##### ";
  color: #888;
}
h6::before {
  content: "###### ";
  color: #888;
}

/* Links */
a {
  color: #0366d6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Code blocks */
pre,
code {
  font-family: inherit;
  background-color: #e8e8e8;
  border-radius: 3px;
}

pre {
  padding: 1rem;
  overflow-x: auto;
}

code {
  padding: 0.2em 0.4em;
}

/* Blockquotes */
blockquote {
  border-left: 4px solid #ccc;
  margin: 0;
  padding-left: 1em;
  color: #555;
}

img {
  max-width: 100%;
  max-height: 250px;
  height: auto;
  text-align: center;
}
