html {
  font-size: 16px;
}

body {
  overflow-anchor: none;
}

body.dark-mode {
  color: #fff;
}

a:focus {
  box-shadow: none;
}

[contenteditable] code,
.v-comment__comment code {
  display: block;
}

[contenteditable] .ql-code-block-container,
.v-comment__comment .ql-code-block-container {
  background: #f5f7f8;
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  font-family: Consolas, Monaco, andale mono, ubuntu mono, monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 2;
  color: #000;
}

