
.markdown {
  --neutral-2: #e9ecef;
  --neutral-3: #dee2e6;
  --neutral-6: #868e96;
  --neutral-8: #343a40;
  --foreground: $ink;
  color: #121212
}
.hljs{
  background: #212231;
  color: #b3bcdb;
}
.markdown em>a,.markdown li>a,.markdown p>a,.markdown table a {
  text-decoration: none;
  font-weight: 500
}

.markdown li>a:hover,.markdown p>a:hover,.markdown table a:hover {
  border-bottom: 1px solid var(--neutral-3)
}

.markdown p {
  margin-top: 1.5rem
}

.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6 {
  color: #101010;
  padding-left: 1.5rem;
  margin-left: -1.5rem
}

.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6 {
  position: relative;
  margin-top: 4rem
}

.markdown pre {
  margin-top: 1.5rem
}

.markdown pre>code {
  font-family: Menlo,monospace;
  display: block;
  padding: 1.25rem 1.75rem;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 13px;
  overflow-x: auto
}

.markdown li>code,.markdown p>code,.markdown td>code {
  font-weight: 400;
  line-height: 1.625;
  font-size: .8125em;
  margin: 0 1px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  background: #f5f7f9;
  color: var(--neutral-8);
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all
}

.markdown td>code {
  font-size: 12px
}

.markdown ul {
  margin-top: 1.5rem
}

.markdown ul ul {
  margin-top: 0
}

.markdown ul li {
  list-style: none;
  margin-left: .25rem;
  margin-bottom: .5rem;
  line-height: 1.7
}

.markdown ul li:before {
  content: "•";
  margin-right: .5rem
}

.markdown>hr {
  margin: 5rem 0;
  border: none;
  border-bottom: 1px dotted var(--neutral-4)
}

.markdown table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse
}

.markdown table th {
  padding: .5rem 1rem .5rem .5rem;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  color: var(--neutral-6);
  border-bottom: 2px solid var(--neutral-2);
  white-space: nowrap
}

.markdown table td {
  padding: .5rem 1rem .5rem .5rem;
  font-size: 13px;
  line-height: 1.6;
  border-bottom: 1px solid var(--neutral-2)
}

.markdown table em.tips {
  color: hsla(0,0%,7%,.46);
  font-size: 11.5px;
  padding-top: 4px;
  display: inline-block
}

.markdown table em.tips.danger {
  color: #d63384
}

.markdown table em.tips>code {
  color: inherit;
  padding: 1px
}

.markdown blockquote {
  background: #f8f8f8;
  padding: .25rem 1rem;
  margin: 1.5rem 0 1rem;
  border-left: 3px solid var(--bs-primary-light)
}

.markdown blockquote p {
  margin: 1rem 0
}

.markdown .md-screenshot img {
  width: 100%;
  max-width: 720px;
  display: block
}

.markdown .link-trigger>span:first-child {
  margin-right: .25em;
  color: #121212
}

.markdown .link-trigger svg {
  margin-top: -2px!important;
  opacity: .42;
  transition: opacity .25s ease;
  display: inline-block
}

.markdown .link-trigger:hover img {
  opacity: 1
}

@media(max-width: 767.98px) {
  .markdown table {
      display:block;
      overflow-x: scroll
  }
}
