/* Dark mode terminal theme - Fallout Classic Green */
.dark body {
  background-color: #0a0f0a !important;
  color: #33ff33 !important;
  font-family: 'Courier New', monospace !important;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #33ff33 !important;
  /* text-shadow: 0 0 6px #1aff1a !important; */
}

.dark a {
  color: #33ff33 !important;
}

.dark a:hover {
  color: #66ff66 !important;
  text-shadow: 0 0 8px #1aff1a;
}

.dark pre, .dark code {
  background: #0a0f0a !important;
  border: 2px solid #1aff1a !important;
  color: #33ff33 !important;
}

