/* Do not wrap (and justify) inside code blocks. */
pre {
    word-break: keep-all;
    white-space: pre;
}
pre code {
    white-space: pre;
}

/* Do not show the code copy button as it hides the last few characters. */
.codecopy button.codecopy-btn {
    display: none;
}

/* A bit smaller fonts look better. */
h1 {
  font-size: 28.5px;
}

h2 {
  font-size: 25.5px;
}

h3 {
  font-size: 21.5px
}

h4 {
  font-size: 15.5px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11.9px;
}

.table-of-content .toc {
    font-size: 0.85em;
}

.article-content {
    font-size: 1.05em;
}

.literal, code, pre {
    font-size: 0.95em;
}

p code {
    font-size: 0.85em;
}

/* Lines under h3 are too distracting. */
h3 {
    border-bottom: 0;
}
