twitch-dl/book.css

21 lines
481 B
CSS
Raw Normal View History

2022-02-23 20:54:56 +00:00
/* 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;
}