/* override css styles of the main theme here */

section.main .content .markdown a code {
  color: #cb4b16 !important;
}

section.main .content .markdown pre {
  font-family: 'Ubuntu Mono', 'Menlo', monospace;
  font-size: 0.9rem;
  background-color: #003048;
  border-radius: 10px;
}

section.main .content .markdown pre code {
  /* enclosed by 3 backticks (```) */
  padding: 0;
  font-size: 0.95rem;
}