/* Override dark code blocks for projector-friendly display */
.reveal pre {
  background-color: #f8f9fa !important;  /* Light gray background */
  color: #212529 !important;             /* Dark text */
  border: 1px solid #e9ecef !important;  /* Light border */
  padding: 1em;
  border-radius: 5px;
}

/* Override inline code styling for consistency */
.reveal code {
  background-color: #f8f9fa !important;  /* Light gray background */
  color: #212529 !important;             /* Dark text */
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
}

/* Ensure syntax highlighting text is readable */
.reveal pre code {
  color: inherit !important;
  background: transparent !important;
}