html,
body,
.github-markdown-body {
  padding: 0 !important;
  margin: 0 !important;
  max-width: auto !important;
}

.github-markdown-body {
  background-color: var(--color-canvas-default);
  color: var(--color-fg-default);
}

.github-markdown-body {
  border: 1px solid transparent;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100% !important;
}

.github-markdown-content {
  padding: 32px !important;
  max-width: 980px;
  min-width: 200px;
  margin: 0 auto;
}

.vscode-body.scrollBeyondLastLine {
  margin-bottom: 0;
}
.vscode-body.scrollBeyondLastLine .github-markdown-body {
  padding-bottom: calc(100vh + 10px) !important;
}

.github-markdown-body blockquote {
  background-color: initial;
}

.github-markdown-body pre {
  color: initial;
  border: none;
}

.github-markdown-body code {
  color: inherit;
}

.github-markdown-body pre code {
  color: initial;
}

.github-markdown-body code > div {
  background: none;
}

.github-markdown-body.showEditorSelection .code-line .code-line:hover:before {
  border-left: none;
}

.github-markdown-body p,
.github-markdown-body blockquote,
.github-markdown-body ul,
.github-markdown-body ol,
.github-markdown-body dl,
.github-markdown-body table,
.github-markdown-body pre {
  margin-top: 16px;
  margin-bottom: 16px;
}

.vscode-dark.showEditorSelection .code-line:hover:before {
  border-left: 3px solid var(--color-fg-default);
}
