.vditor-reset {
  color: #adbac7;
  font-size: 16px;
  line-height: 1.6;
}
.vditor-reset a {
  color: #539bf5;
}
.vditor-reset blockquote {
  border-left-color: #444c56;
  color: #768390;
}
.vditor-reset hr {
  border-color: #373e47;
}
.vditor-reset code:not(.hljs):not(.highlight-chroma) {
  background-color: rgba(110,118,129,0.4);
  color: #adbac7;
}
.vditor-reset table tr {
  border-color: #373e47;
}
.vditor-reset table td, .vditor-reset table th {
  border-color: #373e47;
}
.vditor-reset table tr:nth-child(2n) {
  background-color: rgba(110,118,129,0.1);
}
