twitch-dl/book.css
2022-03-13 14:11:59 +01:00

21 lines
481 B
CSS

/* Overrides for the docs theme */
table { width: 100% }
table th { text-align: left }
code { white-space: pre }
h2, h3 { margin-top: 2.5rem; }
h4, h5 { margin-top: 2rem; }
td.code {
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important;
font-size: 0.875em;
width: 20%;
white-space: nowrap;
}
/* Override max width */
.searchbar-outer,
.searchresults-outer,
.content main {
max-width: 1024px;
}