mirror of
https://github.com/ihabunek/twitch-dl
synced 2024-08-30 18:32:25 +00:00
21 lines
481 B
CSS
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;
|
|
}
|