/* Чёрный фон и белый текст */
body {
  background-color: rgb(20, 21, 26) !important;
  color: #e3e3e3 !important;
}

/* Цвет заголовков */
.md-typeset h1, 
.md-typeset h2, 
.md-typeset h3, 
.md-typeset h4 {
  color: #e3e3e3 !important; /* оранжевый */
  font-weight: 700 !important; /* жирный */
}

/* Ссылки и акценты */
.md-nav__link--active, .md-typeset a {
  color: #FF8C00 !important;
}

/* Подсветка кода */
.highlight pre, code {
  background-color: #111 !important;
  color: #ffa500 !important;
}