/* override-github-markdown.min.css */

.markdown-body ul, .markdown-body ol {
  padding-left: 20px !important; /* Ensure padding for lists */
  list-style-type: disc !important; /* Ensure bullets for unordered lists */
}

.markdown-body li {
  margin-bottom: 0.5em !important; /* Ensure margin between list items */
}

.markdown-body {
  background-color: transparent !important;
  color: inherit;
}
.markdown-body table td {
  word-break: break-word;
}

.markdown-body pre,
.markdown-body code,
.markdown-body table,
.markdown-body table tr,
.markdown-body table td{
  background-color: #1e1e1e !important;
  color: #f5f5f5 !important;
}

nav.toc a {
    color: white;
}